#55CA33

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

Shades of Kelly Green #55CA33

Tints of Kelly Green #55CA33

Color information

#55CA33 (or 0x55CA33) is unknown color: approx Kelly Green. HEX triplet: 55, CA and 33. RGB value is (85,202,51). Sum of RGB (Red+Green+Blue) = 85+202+51=338 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.15% from 338); Green value is 202 (79.30% from 255 or 59.76% from 338); Blue value is 51 (20.31% from 255 or 15.09% from 338); Max value from RGB is 202 - color contains mainly: green. Hex color #55CA33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55CA33 is #AA35CC. Grayscale: #969696. Windows color (decimal): -11154893 or 3394133. OLE color: 3394133.

HSL color Cylindrical-coordinate representation of color #55CA33: hue angle of 106.49º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #55CA33 is Cyan = 0.58, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB8520251-
CMYK0.5800.750.21
HSL106.49º59.68%49.61%-
HSV(B)106.49º74.75%79.22%-
XYZ25.4644.4110.36-
YUV149.872.2481.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.15%
GREEN value IS 202 (79.30% from 255) = 59.76%
BLUE value IS 51 (20.31% from 255) = 15.09%
R=25.15%
G=59.76%
B=15.09%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal85202510.5800.750.21106.4959.6849.61
Hex55CA333A04B156a3c32
Octal12531263720113251527462
Binary10101011100101011001111101001001011101011101010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CA33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,202,51); }

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

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

 a { background-color: rgb(85,202,51); }

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

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

 span { border-color: rgb(85,202,51); }

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