#55F06E

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

Shades of Screamin' Green #55F06E

Tints of Screamin' Green #55F06E

Color information

#55F06E (or 0x55F06E) is unknown color: approx Screamin' Green. HEX triplet: 55, F0 and 6E. RGB value is (85,240,110). Sum of RGB (Red+Green+Blue) = 85+240+110=435 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.54% from 435); Green value is 240 (94.14% from 255 or 55.17% from 435); Blue value is 110 (43.36% from 255 or 25.29% from 435); Max value from RGB is 240 - color contains mainly: green. Hex color #55F06E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55F06E is #AA0F91. Grayscale: #B3B3B3. Windows color (decimal): -11145106 or 7270485. OLE color: 7270485.

HSL color Cylindrical-coordinate representation of color #55F06E: hue angle of 129.68º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55F06E is Cyan = 0.65, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB85240110-
CMYK0.6500.540.06
HSL129.68º83.78%63.73%-
HSV(B)129.68º64.58%94.12%-
XYZ37.7265.3825.38-
YUV178.8389.1561.07-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.54%
GREEN value IS 240 (94.14% from 255) = 55.17%
BLUE value IS 110 (43.36% from 255) = 25.29%
R=19.54%
G=55.17%
B=25.29%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal852401100.6500.540.06129.6883.7863.73
Hex55F06E410366825440
Octal1253601561010666202124100
Binary1010101111100001101110100000101101101101000001010101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55F06E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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