#55e66e

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

Shades of Screamin' Green #55E66E

Tints of Screamin' Green #55E66E

Color information

#55E66E (or 0x55E66E) is unknown color: approx Screamin' Green. HEX triplet: 55, E6 and 6E. RGB value is (85,230,110). Sum of RGB (Red+Green+Blue) = 85+230+110=425 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20% from 425); Green value is 230 (90.23% from 255 or 54.12% from 425); Blue value is 110 (43.36% from 255 or 25.88% from 425); Max value from RGB is 230 - color contains mainly: green. Hex color #55E66E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55E66E is #AA1991. Grayscale: #ADADAD. Windows color (decimal): -11147666 or 7267925. OLE color: 7267925.

HSL color Cylindrical-coordinate representation of color #55E66E: hue angle of 130.34º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55E66E is Cyan = 0.63, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.10.

Color convert

RGB85230110-
CMYK0.6300.520.10
HSL130.34º74.36%61.76%-
HSV(B)130.34º63.04%90.2%-
XYZ34.8659.6524.43-
YUV172.9692.4665.26-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20%
GREEN value IS 230 (90.23% from 255) = 54.12%
BLUE value IS 110 (43.36% from 255) = 25.88%
R=20%
G=54.12%
B=25.88%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal852301100.6300.520.10130.3474.3661.76
Hex55E66E3F034A824a3e
Octal125346156770641220211276
Binary101010111100110110111011111101101001010100000101001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55e66e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,230,110); }

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

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

 a { background-color: rgb(85,230,110); }

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

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

 span { border-color: rgb(85,230,110); }

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