Html Css Color HEX #56A820 Limeade

📋 copy color: '#56A820'

red 86 ◦ green 168 ◦ blue 32

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

Shades of Limeade #56A820

Tints of Limeade #56A820

RGB

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

 GREEN value IS 168 (66.02% from 255) = 58.74%

 BLUE value IS 32 (12.89% from 255) = 11.19%

R = 30.07%
G = 58.74%
B = 11.19%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.81

 K value IS 0.34

RGB Variations

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

Color information

#56A820 (or 0x56A820) is known color: Limeade. HEX triplet: 56, A8 and 20. RGB value is (86,168,32). Sum of RGB (Red+Green+Blue) = 86+168+32=286 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.07% from 286); Green value is 168 (66.02% from 255 or 58.74% from 286); Blue value is 32 (12.89% from 255 or 11.19% from 286); Max value from RGB is 168 - color contains mainly: green. Hex color #56A820 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56A820 is #A957DF. Grayscale: #808080. Windows color (decimal): -11098080 or 2140246. OLE color: 2140246.

HSL color Cylindrical-coordinate representation of color #56A820: hue angle of 96.18º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #56A820 is Cyan = 0.49, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.34.

Color convert

RGB 86 168 32 -
CMYK 0.49 0 0.81 0.34
HSL 96.18º 0.68% 0.39% -
HSV(B) 96.18º 0.81% 0.66% -
XYZ 18.1 30.09 6.22 -
YUV 127.98 73.83 98.06 -
System Red Green Blue C M Y K H S L
Decimal 86 168 32 0.49 0 0.81 0.34 96.18 0.68 0.39
Hex 56 A8 20 31 0 51 22 60 44 27
Octal 126 250 40 61 0 121 42 140 104 47
Binary 1010110 10101000 100000 110001 0 1010001 100010 1100000 1000100 100111

Color Harmonies of #56A820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A820

Black with #56A820

Text Example


Text Example

White with #56A820

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,168,32); }

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

background-color css

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

 a { background-color: rgb(86,168,32); }

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

border-color css

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

 span { border-color: rgb(86,168,32); }

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