Html Css Color HEX #55A431 Limeade

📋 copy color: '#55A431'

red 85 ◦ green 164 ◦ blue 49

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

Shades of Limeade #55A431

Tints of Limeade #55A431

RGB

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

 GREEN value IS 164 (64.45% from 255) = 55.03%

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

R = 28.52%
G = 55.03%
B = 16.44%

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

#55A431 (or 0x55A431) is known color: Limeade. HEX triplet: 55, A4 and 31. RGB value is (85,164,49). Sum of RGB (Red+Green+Blue) = 85+164+49=298 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.52% from 298); Green value is 164 (64.45% from 255 or 55.03% from 298); Blue value is 49 (19.53% from 255 or 16.44% from 298); Max value from RGB is 164 - color contains mainly: green. Hex color #55A431 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A431 is #AA5BCE. Grayscale: #7F7F7F. Windows color (decimal): -11164623 or 3253333. OLE color: 3253333.

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

Color convert

RGB 85 164 49 -
CMYK 0.48 0 0.70 0.36
HSL 101.22º 0.54% 0.42% -
HSV(B) 101.22º 0.7% 0.64% -
XYZ 17.58 28.7 7.52 -
YUV 127.27 83.83 97.85 -
System Red Green Blue C M Y K H S L
Decimal 85 164 49 0.48 0 0.70 0.36 101.22 0.54 0.42
Hex 55 A4 31 30 0 46 24 65 36 2A
Octal 125 244 61 60 0 106 44 145 66 52
Binary 1010101 10100100 110001 110000 0 1000110 100100 1100101 110110 101010

Color Harmonies of #55A431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A431

Black with #55A431

Text Example


Text Example

White with #55A431

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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