#55D821

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

Shades of Kelly Green #55D821

Tints of Kelly Green #55D821

Color information

#55D821 (or 0x55D821) is unknown color: approx Kelly Green. HEX triplet: 55, D8 and 21. RGB value is (85,216,33). Sum of RGB (Red+Green+Blue) = 85+216+33=334 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.45% from 334); Green value is 216 (84.77% from 255 or 64.67% from 334); Blue value is 33 (13.28% from 255 or 9.88% from 334); Max value from RGB is 216 - color contains mainly: green. Hex color #55D821 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55D821 is #AA27DE. Grayscale: #9C9C9C. Windows color (decimal): -11151327 or 2218069. OLE color: 2218069.

HSL color Cylindrical-coordinate representation of color #55D821: hue angle of 102.95º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #55D821 is Cyan = 0.61, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB8521633-
CMYK0.6100.850.15
HSL102.95º73.49%48.82%-
HSV(B)102.95º84.72%84.71%-
XYZ28.5851.159.81-
YUV155.9758.677.38-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.45%
GREEN value IS 216 (84.77% from 255) = 64.67%
BLUE value IS 33 (13.28% from 255) = 9.88%
R=25.45%
G=64.67%
B=9.88%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal85216330.6100.850.15102.9573.4948.82
Hex55D8213D055F674931
Octal125330417501251714711161
Binary10101011101100010000111110101010101111111001111001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,216,33); }

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

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

 a { background-color: rgb(85,216,33); }

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

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

 span { border-color: rgb(85,216,33); }

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