Html Css Color HEX #55A424 Limeade

📋 copy color: '#55A424'

red 85 ◦ green 164 ◦ blue 36

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

Shades of Limeade #55A424

Tints of Limeade #55A424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.63%

R = 29.82%
G = 57.54%
B = 12.63%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#55A424 (or 0x55A424) is known color: Limeade. HEX triplet: 55, A4 and 24. RGB value is (85,164,36). Sum of RGB (Red+Green+Blue) = 85+164+36=285 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.82% from 285); Green value is 164 (64.45% from 255 or 57.54% from 285); Blue value is 36 (14.45% from 255 or 12.63% from 285); Max value from RGB is 164 - color contains mainly: green. Hex color #55A424 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A424 is #AA5BDB. Grayscale: #7E7E7E. Windows color (decimal): -11164636 or 2401365. OLE color: 2401365.

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

Color convert

RGB 85 164 36 -
CMYK 0.48 0 0.78 0.36
HSL 97.03º 0.64% 0.39% -
HSV(B) 97.03º 0.78% 0.64% -
XYZ 17.34 28.61 6.28 -
YUV 125.79 77.33 98.91 -
System Red Green Blue C M Y K H S L
Decimal 85 164 36 0.48 0 0.78 0.36 97.03 0.64 0.39
Hex 55 A4 24 30 0 4E 24 61 40 27
Octal 125 244 44 60 0 116 44 141 100 47
Binary 1010101 10100100 100100 110000 0 1001110 100100 1100001 1000000 100111

Color Harmonies of #55A424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A424

Black with #55A424

Text Example


Text Example

White with #55A424

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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