Html Css Color HEX #56A532 Limeade

📋 copy color: '#56A532'

red 86 ◦ green 165 ◦ blue 50

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

Shades of Limeade #56A532

Tints of Limeade #56A532

RGB

 RED value IS 86 (33.98% from 255) = 28.57%

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

 BLUE value IS 50 (19.92% from 255) = 16.61%

R = 28.57%
G = 54.82%
B = 16.61%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#56A532 (or 0x56A532) is known color: Limeade. HEX triplet: 56, A5 and 32. RGB value is (86,165,50). Sum of RGB (Red+Green+Blue) = 86+165+50=301 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.57% from 301); Green value is 165 (64.84% from 255 or 54.82% from 301); Blue value is 50 (19.92% from 255 or 16.61% from 301); Max value from RGB is 165 - color contains mainly: green. Hex color #56A532 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56A532 is #A95ACD. Grayscale: #808080. Windows color (decimal): -11098830 or 3319126. OLE color: 3319126.

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

Color convert

RGB 86 165 50 -
CMYK 0.48 0 0.70 0.35
HSL 101.22º 0.53% 0.42% -
HSV(B) 101.22º 0.7% 0.65% -
XYZ 17.87 29.12 7.7 -
YUV 128.27 83.83 97.85 -
System Red Green Blue C M Y K H S L
Decimal 86 165 50 0.48 0 0.70 0.35 101.22 0.53 0.42
Hex 56 A5 32 30 0 46 23 65 35 2A
Octal 126 245 62 60 0 106 43 145 65 52
Binary 1010110 10100101 110010 110000 0 1000110 100011 1100101 110101 101010

Color Harmonies of #56A532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A532

Black with #56A532

Text Example


Text Example

White with #56A532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56A532; }

 p { color: rgb(86,165,50); }

 H1.HeaderClassName
 {
   color: #56A532;
 }
 .AnyTagClassName
 {
   color: #56A532;
 }
</style>

background-color css

<style>
 a { background-color: #56A532; }

 a { background-color: rgb(86,165,50); }

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

border-color css

<style>
 span { border-color: #56A532; }

 span { border-color: rgb(86,165,50); }

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