#55c529

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

Shades of Kelly Green #55C529

Tints of Kelly Green #55C529

Color information

#55C529 (or 0x55C529) is unknown color: approx Kelly Green. HEX triplet: 55, C5 and 29. RGB value is (85,197,41). Sum of RGB (Red+Green+Blue) = 85+197+41=323 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.32% from 323); Green value is 197 (77.34% from 255 or 60.99% from 323); Blue value is 41 (16.41% from 255 or 12.69% from 323); Max value from RGB is 197 - color contains mainly: green. Hex color #55C529 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C529 is #AA3AD6. Grayscale: #929292. Windows color (decimal): -11156183 or 2737493. OLE color: 2737493.

HSL color Cylindrical-coordinate representation of color #55C529: hue angle of 103.08º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #55C529 is Cyan = 0.57, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB8519741-
CMYK0.5700.790.23
HSL103.08º65.55%46.67%-
HSV(B)103.08º79.19%77.25%-
XYZ24.1142.028.94-
YUV145.7368.8984.68-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.32%
GREEN value IS 197 (77.34% from 255) = 60.99%
BLUE value IS 41 (16.41% from 255) = 12.69%
R=26.32%
G=60.99%
B=12.69%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal85197410.5700.790.23103.0865.5546.67
Hex55C5293904F1767422f
Octal125305517101172714710257
Binary101010111000101101001111001010011111011111001111000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55c529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,197,41); }

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

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

 a { background-color: rgb(85,197,41); }

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

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

 span { border-color: rgb(85,197,41); }

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