Html Css Color HEX #55A215 Limeade

📋 copy color: '#55A215'

red 85 ◦ green 162 ◦ blue 21

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

Shades of Limeade #55A215

Tints of Limeade #55A215

RGB

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

 GREEN value IS 162 (63.67% from 255) = 60.45%

 BLUE value IS 21 (8.59% from 255) = 7.84%

R = 31.72%
G = 60.45%
B = 7.84%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#55A215 (or 0x55A215) is known color: Limeade. HEX triplet: 55, A2 and 15. RGB value is (85,162,21). Sum of RGB (Red+Green+Blue) = 85+162+21=268 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.72% from 268); Green value is 162 (63.67% from 255 or 60.45% from 268); Blue value is 21 (8.59% from 255 or 7.84% from 268); Max value from RGB is 162 - color contains mainly: green. Hex color #55A215 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #55A215 is #AA5DEA. Grayscale: #7B7B7B. Windows color (decimal): -11165163 or 1417813. OLE color: 1417813.

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

Color convert

RGB 85 162 21 -
CMYK 0.48 0 0.87 0.36
HSL 92.77º 0.77% 0.36% -
HSV(B) 92.77º 0.87% 0.64% -
XYZ 16.8 27.83 5.19 -
YUV 122.9 70.49 100.96 -
System Red Green Blue C M Y K H S L
Decimal 85 162 21 0.48 0 0.87 0.36 92.77 0.77 0.36
Hex 55 A2 15 30 0 57 24 5D 4D 24
Octal 125 242 25 60 0 127 44 135 115 44
Binary 1010101 10100010 10101 110000 0 1010111 100100 1011101 1001101 100100

Color Harmonies of #55A215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A215

Black with #55A215

Text Example


Text Example

White with #55A215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,162,21); }

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

background-color css

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

 a { background-color: rgb(85,162,21); }

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

border-color css

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

 span { border-color: rgb(85,162,21); }

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