Html Css Color HEX #55A529 Limeade

📋 copy color: '#55A529'

red 85 ◦ green 165 ◦ blue 41

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

Shades of Limeade #55A529

Tints of Limeade #55A529

RGB

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

 GREEN value IS 165 (64.84% from 255) = 56.7%

 BLUE value IS 41 (16.41% from 255) = 14.09%

R = 29.21%
G = 56.7%
B = 14.09%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#55A529 (or 0x55A529) is known color: Limeade. HEX triplet: 55, A5 and 29. RGB value is (85,165,41). Sum of RGB (Red+Green+Blue) = 85+165+41=291 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.21% from 291); Green value is 165 (64.84% from 255 or 56.70% from 291); Blue value is 41 (16.41% from 255 or 14.09% from 291); Max value from RGB is 165 - color contains mainly: green. Hex color #55A529 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A529 is #AA5AD6. Grayscale: #7F7F7F. Windows color (decimal): -11164375 or 2729301. OLE color: 2729301.

HSL color Cylindrical-coordinate representation of color #55A529: hue angle of 98.71º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #55A529 is Cyan = 0.48, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB 85 165 41 -
CMYK 0.48 0 0.75 0.35
HSL 98.71º 0.6% 0.4% -
HSV(B) 98.71º 0.75% 0.65% -
XYZ 17.6 29 6.77 -
YUV 126.94 79.5 98.08 -
System Red Green Blue C M Y K H S L
Decimal 85 165 41 0.48 0 0.75 0.35 98.71 0.6 0.4
Hex 55 A5 29 30 0 4B 23 63 3C 28
Octal 125 245 51 60 0 113 43 143 74 50
Binary 1010101 10100101 101001 110000 0 1001011 100011 1100011 111100 101000

Color Harmonies of #55A529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A529

Black with #55A529

Text Example


Text Example

White with #55A529

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,165,41); }

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

background-color css

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

 a { background-color: rgb(85,165,41); }

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

border-color css

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

 span { border-color: rgb(85,165,41); }

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