Html Css Color HEX #56A232 Limeade

📋 copy color: '#56A232'

red 86 ◦ green 162 ◦ blue 50

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

Shades of Limeade #56A232

Tints of Limeade #56A232

RGB

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

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

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

R = 28.86%
G = 54.36%
B = 16.78%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#56A232 (or 0x56A232) is known color: Limeade. HEX triplet: 56, A2 and 32. RGB value is (86,162,50). Sum of RGB (Red+Green+Blue) = 86+162+50=298 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.86% from 298); Green value is 162 (63.67% from 255 or 54.36% from 298); Blue value is 50 (19.92% from 255 or 16.78% from 298); Max value from RGB is 162 - color contains mainly: green. Hex color #56A232 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56A232 is #A95DCD. Grayscale: #7E7E7E. Windows color (decimal): -11099598 or 3318358. OLE color: 3318358.

HSL color Cylindrical-coordinate representation of color #56A232: hue angle of 100.71º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #56A232 is Cyan = 0.47, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB 86 162 50 -
CMYK 0.47 0 0.69 0.36
HSL 100.71º 0.53% 0.42% -
HSV(B) 100.71º 0.69% 0.64% -
XYZ 17.33 28.05 7.52 -
YUV 126.51 84.82 99.11 -
System Red Green Blue C M Y K H S L
Decimal 86 162 50 0.47 0 0.69 0.36 100.71 0.53 0.42
Hex 56 A2 32 2F 0 45 24 65 35 2A
Octal 126 242 62 57 0 105 44 145 65 52
Binary 1010110 10100010 110010 101111 0 1000101 100100 1100101 110101 101010

Color Harmonies of #56A232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A232

Black with #56A232

Text Example


Text Example

White with #56A232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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