Html Css Color HEX #55AD05 Kelly Green

📋 copy color: '#55AD05'

red 85 ◦ green 173 ◦ blue 5

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

Shades of Kelly Green #55AD05

Tints of Kelly Green #55AD05

RGB

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

 GREEN value IS 173 (67.97% from 255) = 65.78%

 BLUE value IS 5 (2.34% from 255) = 1.9%

R = 32.32%
G = 65.78%
B = 1.9%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#55AD05 (or 0x55AD05) is known color: Kelly Green. HEX triplet: 55, AD and 05. RGB value is (85,173,5). Sum of RGB (Red+Green+Blue) = 85+173+5=263 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.32% from 263); Green value is 173 (67.97% from 255 or 65.78% from 263); Blue value is 5 (2.34% from 255 or 1.90% from 263); Max value from RGB is 173 - color contains mainly: green. Hex color #55AD05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #55AD05 is #AA52FA. Grayscale: #808080. Windows color (decimal): -11162363 or 372053. OLE color: 372053.

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

Color convert

RGB 85 173 5 -
CMYK 0.51 0 0.97 0.32
HSL 91.43º 0.94% 0.35% -
HSV(B) 91.43º 0.97% 0.68% -
XYZ 18.72 31.83 5.3 -
YUV 127.54 58.85 97.66 -
System Red Green Blue C M Y K H S L
Decimal 85 173 5 0.51 0 0.97 0.32 91.43 0.94 0.35
Hex 55 AD 5 33 0 61 20 5B 5E 23
Octal 125 255 5 63 0 141 40 133 136 43
Binary 1010101 10101101 101 110011 0 1100001 100000 1011011 1011110 100011

Color Harmonies of #55AD05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AD05

Black with #55AD05

Text Example


Text Example

White with #55AD05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,173,5); }

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

background-color css

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

 a { background-color: rgb(85,173,5); }

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

border-color css

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

 span { border-color: rgb(85,173,5); }

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