Html Css Color HEX #55AF02 Kelly Green

📋 copy color: '#55AF02'

red 85 ◦ green 175 ◦ blue 2

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

Shades of Kelly Green #55AF02

Tints of Kelly Green #55AF02

RGB

 RED value IS 85 (33.59% from 255) = 32.44%

 GREEN value IS 175 (68.75% from 255) = 66.79%

 BLUE value IS 2 (1.17% from 255) = 0.76%

R = 32.44%
G = 66.79%
B = 0.76%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#55AF02 (or 0x55AF02) is known color: Kelly Green. HEX triplet: 55, AF and 02. RGB value is (85,175,2). Sum of RGB (Red+Green+Blue) = 85+175+2=262 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.44% from 262); Green value is 175 (68.75% from 255 or 66.79% from 262); Blue value is 2 (1.17% from 255 or 0.76% from 262); Max value from RGB is 175 - color contains mainly: green. Hex color #55AF02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #55AF02 is #AA50FD. Grayscale: #808080. Windows color (decimal): -11161854 or 175957. OLE color: 175957.

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

Color convert

RGB 85 175 2 -
CMYK 0.51 0 0.99 0.31
HSL 91.21º 0.98% 0.35% -
HSV(B) 91.21º 0.99% 0.69% -
XYZ 19.09 32.6 5.34 -
YUV 128.37 56.68 97.07 -
System Red Green Blue C M Y K H S L
Decimal 85 175 2 0.51 0 0.99 0.31 91.21 0.98 0.35
Hex 55 AF 2 33 0 63 1F 5B 62 23
Octal 125 257 2 63 0 143 37 133 142 43
Binary 1010101 10101111 10 110011 0 1100011 11111 1011011 1100010 100011

Color Harmonies of #55AF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AF02

Black with #55AF02

Text Example


Text Example

White with #55AF02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #55AF02;
 }
 .AnyTagClassName
 {
   color: #55AF02;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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