#55A615

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

Shades of Kelly Green #55A615

Tints of Kelly Green #55A615

Color information

#55A615 (or 0x55A615) is unknown color: approx Kelly Green. HEX triplet: 55, A6 and 15. RGB value is (85,166,21). Sum of RGB (Red+Green+Blue) = 85+166+21=272 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.25% from 272); Green value is 166 (65.23% from 255 or 61.03% from 272); Blue value is 21 (8.59% from 255 or 7.72% from 272); Max value from RGB is 166 - color contains mainly: green. Hex color #55A615 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #55A615 is #AA59EA. Grayscale: #7D7D7D. Windows color (decimal): -11164139 or 1418837. OLE color: 1418837.

HSL color Cylindrical-coordinate representation of color #55A615: hue angle of 93.52º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #55A615 is Cyan = 0.49, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB8516621-
CMYK0.4900.870.35
HSL93.52º77.54%36.67%-
HSV(B)93.52º87.35%65.1%-
XYZ17.5229.265.43-
YUV125.2569.1699.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.25%
GREEN value IS 166 (65.23% from 255) = 61.03%
BLUE value IS 21 (8.59% from 255) = 7.72%
R=31.25%
G=61.03%
B=7.72%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal85166210.4900.870.3593.5277.5436.67
Hex55A61531057235e4e25
Octal125246256101274313611645
Binary101010110100110101011100010101011110001110111101001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,166,21); }

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

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

 a { background-color: rgb(85,166,21); }

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

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

 span { border-color: rgb(85,166,21); }

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