#58F270

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

Shades of Screamin' Green #58F270

Tints of Screamin' Green #58F270

Color information

#58F270 (or 0x58F270) is unknown color: approx Screamin' Green. HEX triplet: 58, F2 and 70. RGB value is (88,242,112). Sum of RGB (Red+Green+Blue) = 88+242+112=442 (58% of max value = 765). Red value is 88 (34.77% from 255 or 19.91% from 442); Green value is 242 (94.92% from 255 or 54.75% from 442); Blue value is 112 (44.14% from 255 or 25.34% from 442); Max value from RGB is 242 - color contains mainly: green. Hex color #58F270 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #58F270 is #A70D8F. Grayscale: #B5B5B5. Windows color (decimal): -10947984 or 7402072. OLE color: 7402072.

HSL color Cylindrical-coordinate representation of color #58F270: hue angle of 129.35º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #58F270 is Cyan = 0.64, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB88242112-
CMYK0.6400.540.05
HSL129.35º85.56%64.71%-
HSV(B)129.35º63.64%94.9%-
XYZ38.766.7526.17-
YUV181.1388.9861.57-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.91%
GREEN value IS 242 (94.92% from 255) = 54.75%
BLUE value IS 112 (44.14% from 255) = 25.34%
R=19.91%
G=54.75%
B=25.34%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal882421120.6400.540.05129.3585.5664.71
Hex58F270400365815641
Octal1303621601000665201126101
Binary1011000111100101110000100000001101101011000000110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58F270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58F270; }

 p { color: rgb(88,242,112); }

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

<style>
 a { background-color: #58F270; }

 a { background-color: rgb(88,242,112); }

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

<style>
 span { border-color: #58F270; }

 span { border-color: rgb(88,242,112); }

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