#58DC55

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

Shades of Screamin' Green #58DC55

Tints of Screamin' Green #58DC55

Color information

#58DC55 (or 0x58DC55) is unknown color: approx Screamin' Green. HEX triplet: 58, DC and 55. RGB value is (88,220,85). Sum of RGB (Red+Green+Blue) = 88+220+85=393 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.39% from 393); Green value is 220 (86.33% from 255 or 55.98% from 393); Blue value is 85 (33.59% from 255 or 21.63% from 393); Max value from RGB is 220 - color contains mainly: green. Hex color #58DC55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58DC55 is #A723AA. Grayscale: #A5A5A5. Windows color (decimal): -10953643 or 5626968. OLE color: 5626968.

HSL color Cylindrical-coordinate representation of color #58DC55: hue angle of 118.67º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #58DC55 is Cyan = 0.6, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.

Color convert

RGB8822085-
CMYK0.600.610.14
HSL118.67º65.85%59.8%-
HSV(B)118.67º61.36%86.27%-
XYZ31.2653.9217.35-
YUV165.1482.7772.98-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.39%
GREEN value IS 220 (86.33% from 255) = 55.98%
BLUE value IS 85 (33.59% from 255) = 21.63%
R=22.39%
G=55.98%
B=21.63%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal88220850.600.610.14118.6765.8559.8
Hex58DC553C03DE77423c
Octal130334125740751616710274
Binary10110001101110010101011111000111101111011101111000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58DC55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,220,85); }

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

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

 a { background-color: rgb(88,220,85); }

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

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

 span { border-color: rgb(88,220,85); }

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