Html Css Color HEX #56963D Limeade

📋 copy color: '#56963D'

red 86 ◦ green 150 ◦ blue 61

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

Shades of Limeade #56963D

Tints of Limeade #56963D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 50.51%

 BLUE value IS 61 (24.22% from 255) = 20.54%

R = 28.96%
G = 50.51%
B = 20.54%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.59

 K value IS 0.41

RGB Variations

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

Color information

#56963D (or 0x56963D) is known color: Limeade. HEX triplet: 56, 96 and 3D. RGB value is (86,150,61). Sum of RGB (Red+Green+Blue) = 86+150+61=297 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.96% from 297); Green value is 150 (58.98% from 255 or 50.51% from 297); Blue value is 61 (24.22% from 255 or 20.54% from 297); Max value from RGB is 150 - color contains mainly: green. Hex color #56963D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56963D is #A969C2. Grayscale: #797979. Windows color (decimal): -11102659 or 4036182. OLE color: 4036182.

HSL color Cylindrical-coordinate representation of color #56963D: hue angle of 103.15º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #56963D is Cyan = 0.43, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.41.

Color convert

RGB 86 150 61 -
CMYK 0.43 0 0.59 0.41
HSL 103.15º 0.42% 0.41% -
HSV(B) 103.15º 0.59% 0.59% -
XYZ 15.59 24.13 8.25 -
YUV 120.72 94.3 103.24 -
System Red Green Blue C M Y K H S L
Decimal 86 150 61 0.43 0 0.59 0.41 103.15 0.42 0.41
Hex 56 96 3D 2B 0 3B 29 67 2A 29
Octal 126 226 75 53 0 73 51 147 52 51
Binary 1010110 10010110 111101 101011 0 111011 101001 1100111 101010 101001

Color Harmonies of #56963D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56963D

Black with #56963D

Text Example


Text Example

White with #56963D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56963D; }

 p { color: rgb(86,150,61); }

 H1.HeaderClassName
 {
   color: #56963D;
 }
 .AnyTagClassName
 {
   color: #56963D;
 }
</style>

background-color css

<style>
 a { background-color: #56963D; }

 a { background-color: rgb(86,150,61); }

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

border-color css

<style>
 span { border-color: #56963D; }

 span { border-color: rgb(86,150,61); }

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