Html Css Color HEX #55AF03 Kelly Green

📋 copy color: '#55AF03'

red 85 ◦ green 175 ◦ blue 3

#55AF03
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #55AF03

Tints of Kelly Green #55AF03

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 value IS 0.51

 M value IS 0

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#55AF03 (or 0x55AF03) is known color: 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

RGB 85 175 3 -
CMYK 0.51 0 0.98 0.31
HSL 91.4º 0.97% 0.35% -
HSV(B) 91.4º 0.98% 0.69% -
XYZ 19.09 32.6 5.37 -
YUV 128.48 57.18 96.99 -
System Red Green Blue C M Y K H S L
Decimal 85 175 3 0.51 0 0.98 0.31 91.4 0.97 0.35
Hex 55 AF 3 33 0 62 1F 5B 61 23
Octal 125 257 3 63 0 142 37 133 141 43
Binary 1010101 10101111 11 110011 0 1100010 11111 1011011 1100001 100011

Color Harmonies of #55AF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AF03

Black with #55AF03

Text Example


Text Example

White with #55AF03

Text Example


Text Example

HTML Codes & Css Web 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>