Html Css Color HEX #55AF01 Kelly Green

📋 copy color: '#55AF01'

red 85 ◦ green 175 ◦ blue 1

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

Shades of Kelly Green #55AF01

Tints of Kelly Green #55AF01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.38%

R = 32.57%
G = 67.05%
B = 0.38%

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

#55AF01 (or 0x55AF01) is known color: Kelly Green. HEX triplet: 55, AF and 01. RGB value is (85,175,1). Sum of RGB (Red+Green+Blue) = 85+175+1=261 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.57% from 261); Green value is 175 (68.75% from 255 or 67.05% from 261); Blue value is 1 (0.78% from 255 or 0.38% from 261); Max value from RGB is 175 - color contains mainly: green. Hex color #55AF01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #55AF01 is #AA50FE. Grayscale: #808080. Windows color (decimal): -11161855 or 110421. OLE color: 110421.

HSL color Cylindrical-coordinate representation of color #55AF01: hue angle of 91.03º degrees, saturation: 0.99, 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 #55AF01 is Cyan = 0.51, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 85 175 1 -
CMYK 0.51 0 0.99 0.31
HSL 91.03º 0.99% 0.35% -
HSV(B) 91.03º 0.99% 0.69% -
XYZ 19.08 32.59 5.31 -
YUV 128.25 56.18 97.15 -
System Red Green Blue C M Y K H S L
Decimal 85 175 1 0.51 0 0.99 0.31 91.03 0.99 0.35
Hex 55 AF 1 33 0 63 1F 5B 63 23
Octal 125 257 1 63 0 143 37 133 143 43
Binary 1010101 10101111 1 110011 0 1100011 11111 1011011 1100011 100011

Color Harmonies of #55AF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AF01

Black with #55AF01

Text Example


Text Example

White with #55AF01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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