Html Css Color HEX #55AD1D Kelly Green

📋 copy color: '#55AD1D'

red 85 ◦ green 173 ◦ blue 29

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

Shades of Kelly Green #55AD1D

Tints of Kelly Green #55AD1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.1%

R = 29.62%
G = 60.28%
B = 10.1%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#55AD1D (or 0x55AD1D) is known color: Kelly Green. HEX triplet: 55, AD and 1D. RGB value is (85,173,29). Sum of RGB (Red+Green+Blue) = 85+173+29=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 173 (67.97% from 255 or 60.28% from 287); Blue value is 29 (11.72% from 255 or 10.10% from 287); Max value from RGB is 173 - color contains mainly: green. Hex color #55AD1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55AD1D is #AA52E2. Grayscale: #828282. Windows color (decimal): -11162339 or 1944917. OLE color: 1944917.

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

Color convert

RGB 85 173 29 -
CMYK 0.51 0 0.83 0.32
HSL 96.67º 0.71% 0.4% -
HSV(B) 96.67º 0.83% 0.68% -
XYZ 18.91 31.91 6.32 -
YUV 130.27 70.85 95.71 -
System Red Green Blue C M Y K H S L
Decimal 85 173 29 0.51 0 0.83 0.32 96.67 0.71 0.4
Hex 55 AD 1D 33 0 53 20 61 47 28
Octal 125 255 35 63 0 123 40 141 107 50
Binary 1010101 10101101 11101 110011 0 1010011 100000 1100001 1000111 101000

Color Harmonies of #55AD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AD1D

Black with #55AD1D

Text Example


Text Example

White with #55AD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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