#55F24D

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

Shades of Screamin' Green #55F24D

Tints of Screamin' Green #55F24D

Color information

#55F24D (or 0x55F24D) is unknown color: approx Screamin' Green. HEX triplet: 55, F2 and 4D. RGB value is (85,242,77). Sum of RGB (Red+Green+Blue) = 85+242+77=404 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.04% from 404); Green value is 242 (94.92% from 255 or 59.90% from 404); Blue value is 77 (30.47% from 255 or 19.06% from 404); Max value from RGB is 242 - color contains mainly: green. Hex color #55F24D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55F24D is #AA0DB2. Grayscale: #B0B0B0. Windows color (decimal): -11144627 or 5108309. OLE color: 5108309.

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

Color convert

RGB8524277-
CMYK0.6500.680.05
HSL117.09º86.39%62.55%-
HSV(B)117.09º68.18%94.9%-
XYZ36.8465.9717.81-
YUV176.2571.9962.92-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.04%
GREEN value IS 242 (94.92% from 255) = 59.90%
BLUE value IS 77 (30.47% from 255) = 19.06%
R=21.04%
G=59.90%
B=19.06%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal85242770.6500.680.05117.0986.3962.55
Hex55F24D41044575563f
Octal1253621151010104516512677
Binary101010111110010100110110000010100010010111101011010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55F24D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55F24D; }

 p { color: rgb(85,242,77); }

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

<style>
 a { background-color: #55F24D; }

 a { background-color: rgb(85,242,77); }

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

<style>
 span { border-color: #55F24D; }

 span { border-color: rgb(85,242,77); }

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