Html Css Color HEX #55A121 Limeade

📋 copy color: '#55A121'

red 85 ◦ green 161 ◦ blue 33

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

Shades of Limeade #55A121

Tints of Limeade #55A121

RGB

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

 GREEN value IS 161 (63.28% from 255) = 57.71%

 BLUE value IS 33 (13.28% from 255) = 11.83%

R = 30.47%
G = 57.71%
B = 11.83%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.80

 K value IS 0.37

RGB Variations

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

Color information

#55A121 (or 0x55A121) is known color: Limeade. HEX triplet: 55, A1 and 21. RGB value is (85,161,33). Sum of RGB (Red+Green+Blue) = 85+161+33=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 161 (63.28% from 255 or 57.71% from 279); Blue value is 33 (13.28% from 255 or 11.83% from 279); Max value from RGB is 161 - color contains mainly: green. Hex color #55A121 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A121 is #AA5EDE. Grayscale: #7C7C7C. Windows color (decimal): -11165407 or 2203989. OLE color: 2203989.

HSL color Cylindrical-coordinate representation of color #55A121: hue angle of 95.62º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #55A121 is Cyan = 0.47, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.37.

Color convert

RGB 85 161 33 -
CMYK 0.47 0 0.80 0.37
HSL 95.63º 0.66% 0.38% -
HSV(B) 95.63º 0.8% 0.63% -
XYZ 16.77 27.53 5.87 -
YUV 123.68 76.82 100.41 -
System Red Green Blue C M Y K H S L
Decimal 85 161 33 0.47 0 0.80 0.37 95.63 0.66 0.38
Hex 55 A1 21 2F 0 50 25 60 42 26
Octal 125 241 41 57 0 120 45 140 102 46
Binary 1010101 10100001 100001 101111 0 1010000 100101 1100000 1000010 100110

Color Harmonies of #55A121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A121

Black with #55A121

Text Example


Text Example

White with #55A121

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,161,33); }

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

background-color css

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

 a { background-color: rgb(85,161,33); }

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

border-color css

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

 span { border-color: rgb(85,161,33); }

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