#55AF03

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

Shades of Kelly Green #55AF03

Tints of Kelly Green #55AF03

Color information

#55AF03 (or 0x55AF03) is unknown color: approx Kelly Green. HEX triplet: 55, AF and 03. RGB value is (85,175,3). Sum of RGB (Red+Green+Blue) = 85+175+3=263 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.32% from 263); Green value is 175 (68.75% from 255 or 66.54% from 263); Blue value is 3 (1.56% from 255 or 1.14% from 263); Max value from RGB is 175 - color contains mainly: green. Hex color #55AF03 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #55AF03 is #AA50FC. Grayscale: #818181. Windows color (decimal): -11161853 or 241493. OLE color: 241493.

HSL color Cylindrical-coordinate representation of color #55AF03: hue angle of 91.4º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #55AF03 is Cyan = 0.51, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB851753-
CMYK0.5100.980.31
HSL91.4º96.63%34.9%-
HSV(B)91.4º98.29%68.63%-
XYZ19.0932.65.37-
YUV128.4857.1896.99-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.32%
GREEN value IS 175 (68.75% from 255) = 66.54%
BLUE value IS 3 (1.56% from 255) = 1.14%
R=32.32%
G=66.54%
B=1.14%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal8517530.5100.980.3191.496.6334.9
Hex55AF3330621F5b6123
Octal12525736301423713314143
Binary10101011010111111110011011000101111110110111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AF03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,175,3); }

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

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

 a { background-color: rgb(85,175,3); }

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

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

 span { border-color: rgb(85,175,3); }

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