Html Css Color HEX #55A231 Limeade

📋 copy color: '#55A231'

red 85 ◦ green 162 ◦ blue 49

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

Shades of Limeade #55A231

Tints of Limeade #55A231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.55%

R = 28.72%
G = 54.73%
B = 16.55%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#55A231 (or 0x55A231) is known color: Limeade. HEX triplet: 55, A2 and 31. RGB value is (85,162,49). Sum of RGB (Red+Green+Blue) = 85+162+49=296 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.72% from 296); Green value is 162 (63.67% from 255 or 54.73% from 296); Blue value is 49 (19.53% from 255 or 16.55% from 296); Max value from RGB is 162 - color contains mainly: green. Hex color #55A231 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A231 is #AA5DCE. Grayscale: #7E7E7E. Windows color (decimal): -11165135 or 3252821. OLE color: 3252821.

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

Color convert

RGB 85 162 49 -
CMYK 0.48 0 0.70 0.36
HSL 100.89º 0.54% 0.41% -
HSV(B) 100.89º 0.7% 0.64% -
XYZ 17.22 27.99 7.4 -
YUV 126.1 84.49 98.69 -
System Red Green Blue C M Y K H S L
Decimal 85 162 49 0.48 0 0.70 0.36 100.89 0.54 0.41
Hex 55 A2 31 30 0 46 24 65 36 29
Octal 125 242 61 60 0 106 44 145 66 51
Binary 1010101 10100010 110001 110000 0 1000110 100100 1100101 110110 101001

Color Harmonies of #55A231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A231

Black with #55A231

Text Example


Text Example

White with #55A231

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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