#55F56D

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

Shades of Screamin' Green #55F56D

Tints of Screamin' Green #55F56D

Color information

#55F56D (or 0x55F56D) is unknown color: approx Screamin' Green. HEX triplet: 55, F5 and 6D. RGB value is (85,245,109). Sum of RGB (Red+Green+Blue) = 85+245+109=439 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.36% from 439); Green value is 245 (96.09% from 255 or 55.81% from 439); Blue value is 109 (42.97% from 255 or 24.83% from 439); Max value from RGB is 245 - color contains mainly: green. Hex color #55F56D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55F56D is #AA0A92. Grayscale: #B6B6B6. Windows color (decimal): -11143827 or 7206229. OLE color: 7206229.

HSL color Cylindrical-coordinate representation of color #55F56D: hue angle of 129º 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 #55F56D is Cyan = 0.65, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB85245109-
CMYK0.6500.560.04
HSL129º88.89%64.71%-
HSV(B)129º65.31%96.08%-
XYZ39.1668.3425.6-
YUV181.6686.9959.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.36%
GREEN value IS 245 (96.09% from 255) = 55.81%
BLUE value IS 109 (42.97% from 255) = 24.83%
R=19.36%
G=55.81%
B=24.83%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal852451090.6500.560.0412988.8964.71
Hex55F56D410384815941
Octal1253651551010704201131101
Binary1010101111101011101101100000101110001001000000110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55F56D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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