#5BF080

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

Shades of Screamin' Green #5BF080

Tints of Screamin' Green #5BF080

Color information

#5BF080 (or 0x5BF080) is unknown color: approx Screamin' Green. HEX triplet: 5B, F0 and 80. RGB value is (91,240,128). Sum of RGB (Red+Green+Blue) = 91+240+128=459 (60% of max value = 765). Red value is 91 (35.94% from 255 or 19.83% from 459); Green value is 240 (94.14% from 255 or 52.29% from 459); Blue value is 128 (50.39% from 255 or 27.89% from 459); Max value from RGB is 240 - color contains mainly: green. Hex color #5BF080 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BF080 is #A40F7F. Grayscale: #B6B6B6. Windows color (decimal): -10751872 or 8450139. OLE color: 8450139.

HSL color Cylindrical-coordinate representation of color #5BF080: hue angle of 134.9º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BF080 is Cyan = 0.62, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB91240128-
CMYK0.6200.470.06
HSL134.9º83.24%64.9%-
HSV(B)134.9º62.08%94.12%-
XYZ39.3766.131.11-
YUV182.6897.1462.61-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 19.83%
GREEN value IS 240 (94.14% from 255) = 52.29%
BLUE value IS 128 (50.39% from 255) = 27.89%
R=19.83%
G=52.29%
B=27.89%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal912401280.6200.470.06134.983.2464.9
Hex5BF0803E02F6875341
Octal133360200760576207123101
Binary1011011111100001000000011111001011111101000011110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BF080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,240,128); }

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

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

 a { background-color: rgb(91,240,128); }

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

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

 span { border-color: rgb(91,240,128); }

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