#55CA1A

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

Shades of Kelly Green #55CA1A

Tints of Kelly Green #55CA1A

Color information

#55CA1A (or 0x55CA1A) is unknown color: approx Kelly Green. HEX triplet: 55, CA and 1A. RGB value is (85,202,26). Sum of RGB (Red+Green+Blue) = 85+202+26=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 202 (79.30% from 255 or 64.54% from 313); Blue value is 26 (10.55% from 255 or 8.31% from 313); Max value from RGB is 202 - color contains mainly: green. Hex color #55CA1A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55CA1A is #AA35E5. Grayscale: #939393. Windows color (decimal): -11154918 or 1755733. OLE color: 1755733.

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

Color convert

RGB8520226-
CMYK0.5800.870.21
HSL99.89º77.19%44.71%-
HSV(B)99.89º87.13%79.22%-
XYZ25.0544.258.2-
YUV146.9559.7483.81-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.16%
GREEN value IS 202 (79.30% from 255) = 64.54%
BLUE value IS 26 (10.55% from 255) = 8.31%
R=27.16%
G=64.54%
B=8.31%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal85202260.5800.870.2199.8977.1944.71
Hex55CA1A3A05715644d2d
Octal125312327201272514411555
Binary10101011100101011010111010010101111010111001001001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CA1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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