Html Css Color HEX #55A406 Kelly Green

📋 copy color: '#55A406'

red 85 ◦ green 164 ◦ blue 6

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

Shades of Kelly Green #55A406

Tints of Kelly Green #55A406

RGB

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

 GREEN value IS 164 (64.45% from 255) = 64.31%

 BLUE value IS 6 (2.73% from 255) = 2.35%

R = 33.33%
G = 64.31%
B = 2.35%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.96

 K value IS 0.36

RGB Variations

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

Color information

#55A406 (or 0x55A406) is known color: Kelly Green. HEX triplet: 55, A4 and 06. RGB value is (85,164,6). Sum of RGB (Red+Green+Blue) = 85+164+6=255 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.33% from 255); Green value is 164 (64.45% from 255 or 64.31% from 255); Blue value is 6 (2.73% from 255 or 2.35% from 255); Max value from RGB is 164 - color contains mainly: green. Hex color #55A406 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #55A406 is #AA5BF9. Grayscale: #7A7A7A. Windows color (decimal): -11164666 or 435285. OLE color: 435285.

HSL color Cylindrical-coordinate representation of color #55A406: hue angle of 90º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #55A406 is Cyan = 0.48, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.36.

Color convert

RGB 85 164 6 -
CMYK 0.48 0 0.96 0.36
HSL 90º 0.93% 0.33% -
HSV(B) 90º 0.96% 0.64% -
XYZ 17.05 28.5 4.77 -
YUV 122.37 62.33 101.35 -
System Red Green Blue C M Y K H S L
Decimal 85 164 6 0.48 0 0.96 0.36 90 0.93 0.33
Hex 55 A4 6 30 0 60 24 5A 5D 21
Octal 125 244 6 60 0 140 44 132 135 41
Binary 1010101 10100100 110 110000 0 1100000 100100 1011010 1011101 100001

Color Harmonies of #55A406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A406

Black with #55A406

Text Example


Text Example

White with #55A406

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,164,6); }

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

background-color css

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

 a { background-color: rgb(85,164,6); }

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

border-color css

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

 span { border-color: rgb(85,164,6); }

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