Html Css Color HEX #55A520 Limeade

📋 copy color: '#55A520'

red 85 ◦ green 165 ◦ blue 32

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

Shades of Limeade #55A520

Tints of Limeade #55A520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.35%

R = 30.14%
G = 58.51%
B = 11.35%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#55A520 (or 0x55A520) is known color: Limeade. HEX triplet: 55, A5 and 20. RGB value is (85,165,32). Sum of RGB (Red+Green+Blue) = 85+165+32=282 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.14% from 282); Green value is 165 (64.84% from 255 or 58.51% from 282); Blue value is 32 (12.89% from 255 or 11.35% from 282); Max value from RGB is 165 - color contains mainly: green. Hex color #55A520 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A520 is #AA5ADF. Grayscale: #7E7E7E. Windows color (decimal): -11164384 or 2139477. OLE color: 2139477.

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

Color convert

RGB 85 165 32 -
CMYK 0.48 0 0.81 0.35
HSL 96.09º 0.68% 0.39% -
HSV(B) 96.09º 0.81% 0.65% -
XYZ 17.46 28.95 6.03 -
YUV 125.92 75 98.81 -
System Red Green Blue C M Y K H S L
Decimal 85 165 32 0.48 0 0.81 0.35 96.09 0.68 0.39
Hex 55 A5 20 30 0 51 23 60 44 27
Octal 125 245 40 60 0 121 43 140 104 47
Binary 1010101 10100101 100000 110000 0 1010001 100011 1100000 1000100 100111

Color Harmonies of #55A520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A520

Black with #55A520

Text Example


Text Example

White with #55A520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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