#5BF985

Color #5BF985 Screamin' Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Screamin' Green #5BF985

Tints of Screamin' Green #5BF985

Color information

#5BF985 (or 0x5BF985) is unknown color: approx Screamin' Green. HEX triplet: 5B, F9 and 85. RGB value is (91,249,133). Sum of RGB (Red+Green+Blue) = 91+249+133=473 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.24% from 473); Green value is 249 (97.66% from 255 or 52.64% from 473); Blue value is 133 (52.34% from 255 or 28.12% from 473); Max value from RGB is 249 - color contains mainly: green. Hex color #5BF985 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BF985 is #A4067A. Grayscale: #BCBCBC. Windows color (decimal): -10749563 or 8780123. OLE color: 8780123.

HSL color Cylindrical-coordinate representation of color #5BF985: hue angle of 135.95º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5BF985 is Cyan = 0.63, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB91249133-
CMYK0.6300.470.02
HSL135.95º92.94%66.67%-
HSV(B)135.95º63.45%97.65%-
XYZ42.4271.6733.79-
YUV188.5396.6558.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 91 (35.94% from 255) = 19.24%
GREEN value IS 249 (97.66% from 255) = 52.64%
BLUE value IS 133 (52.34% from 255) = 28.12%
R=19.24%
G=52.64%
B=28.12%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal912491330.6300.470.02135.9592.9466.67
Hex5BF9853F02F2885d43
Octal133371205770572210135103
Binary101101111111001100001011111110101111101000100010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BF985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5BF985; }

 p { color: rgb(91,249,133); }

 H1.HeaderClassName
 {
   color: #5BF985;
 }
 .AnyTagClassName
 {
   color: #5BF985;
 }
</style>
background-color css

<style>
 a { background-color: #5BF985; }

 a { background-color: rgb(91,249,133); }

 div.DivClassName
 {
   background-color: #5BF985;
 }
 .BgClassName
 {
   background-color: #5BF985;
 }
</style>
border-color css

<style>
 span { border-color: #5BF985; }

 span { border-color: rgb(91,249,133); }

 td.TdClassName
 {
   border-color: #5BF985;
 }
 .TagClassName
 {
   border-color: #5BF985;
 }
</style>