#55DC4D

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

Shades of Screamin' Green #55DC4D

Tints of Screamin' Green #55DC4D

Color information

#55DC4D (or 0x55DC4D) is unknown color: approx Screamin' Green. HEX triplet: 55, DC and 4D. RGB value is (85,220,77). Sum of RGB (Red+Green+Blue) = 85+220+77=382 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.25% from 382); Green value is 220 (86.33% from 255 or 57.59% from 382); Blue value is 77 (30.47% from 255 or 20.16% from 382); Max value from RGB is 220 - color contains mainly: green. Hex color #55DC4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55DC4D is #AA23B2. Grayscale: #A3A3A3. Windows color (decimal): -11150259 or 5102677. OLE color: 5102677.

HSL color Cylindrical-coordinate representation of color #55DC4D: hue angle of 116.64º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55DC4D is Cyan = 0.61, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB8522077-
CMYK0.6100.650.14
HSL116.64º67.14%58.24%-
HSV(B)116.64º65%86.27%-
XYZ30.6853.6515.76-
YUV163.3379.2772.13-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.25%
GREEN value IS 220 (86.33% from 255) = 57.59%
BLUE value IS 77 (30.47% from 255) = 20.16%
R=22.25%
G=57.59%
B=20.16%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal85220770.6100.650.14116.6467.1458.24
Hex55DC4D3D041E75433a
Octal1253341157501011616510372
Binary101010111011100100110111110101000001111011101011000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55DC4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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