#5DF070

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

Shades of Screamin' Green #5DF070

Tints of Screamin' Green #5DF070

Color information

#5DF070 (or 0x5DF070) is unknown color: approx Screamin' Green. HEX triplet: 5D, F0 and 70. RGB value is (93,240,112). Sum of RGB (Red+Green+Blue) = 93+240+112=445 (58% of max value = 765). Red value is 93 (36.72% from 255 or 20.90% from 445); Green value is 240 (94.14% from 255 or 53.93% from 445); Blue value is 112 (44.14% from 255 or 25.17% from 445); Max value from RGB is 240 - color contains mainly: green. Hex color #5DF070 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5DF070 is #A20F8F. Grayscale: #B5B5B5. Windows color (decimal): -10620816 or 7401565. OLE color: 7401565.

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

Color convert

RGB93240112-
CMYK0.6100.530.06
HSL127.76º83.05%65.29%-
HSV(B)127.76º61.25%94.12%-
XYZ38.665.8226-
YUV181.4688.864.91-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 20.90%
GREEN value IS 240 (94.14% from 255) = 53.93%
BLUE value IS 112 (44.14% from 255) = 25.17%
R=20.90%
G=53.93%
B=25.17%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal932401120.6100.530.06127.7683.0565.29
Hex5DF0703D0356805341
Octal135360160750656200123101
Binary101110111110000111000011110101101011101000000010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DF070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,240,112); }

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

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

 a { background-color: rgb(93,240,112); }

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

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

 span { border-color: rgb(93,240,112); }

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