#55F56E

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

Shades of Screamin' Green #55F56E

Tints of Screamin' Green #55F56E

Color information

#55F56E (or 0x55F56E) is unknown color: approx Screamin' Green. HEX triplet: 55, F5 and 6E. RGB value is (85,245,110). Sum of RGB (Red+Green+Blue) = 85+245+110=440 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.32% from 440); Green value is 245 (96.09% from 255 or 55.68% from 440); Blue value is 110 (43.36% from 255 or 25% from 440); Max value from RGB is 245 - color contains mainly: green. Hex color #55F56E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55F56E is #AA0A91. Grayscale: #B6B6B6. Windows color (decimal): -11143826 or 7271765. OLE color: 7271765.

HSL color Cylindrical-coordinate representation of color #55F56E: hue angle of 129.38º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55F56E is Cyan = 0.65, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.04.

Color convert

RGB85245110-
CMYK0.6500.550.04
HSL129.38º88.89%64.71%-
HSV(B)129.38º65.31%96.08%-
XYZ39.2168.3625.88-
YUV181.7787.4958.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.32%
GREEN value IS 245 (96.09% from 255) = 55.68%
BLUE value IS 110 (43.36% from 255) = 25%
R=19.32%
G=55.68%
B=25%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal852451100.6500.550.04129.3888.8964.71
Hex55F56E410374815941
Octal1253651561010674201131101
Binary1010101111101011101110100000101101111001000000110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55F56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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