Html Css Color HEX #56931C Limeade

📋 copy color: '#56931C'

red 86 ◦ green 147 ◦ blue 28

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

Shades of Limeade #56931C

Tints of Limeade #56931C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 56.32%

 BLUE value IS 28 (11.33% from 255) = 10.73%

R = 32.95%
G = 56.32%
B = 10.73%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#56931C (or 0x56931C) is known color: Limeade. HEX triplet: 56, 93 and 1C. RGB value is (86,147,28). Sum of RGB (Red+Green+Blue) = 86+147+28=261 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.95% from 261); Green value is 147 (57.81% from 255 or 56.32% from 261); Blue value is 28 (11.33% from 255 or 10.73% from 261); Max value from RGB is 147 - color contains mainly: green. Hex color #56931C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56931C is #A96CE3. Grayscale: #737373. Windows color (decimal): -11103460 or 1872726. OLE color: 1872726.

HSL color Cylindrical-coordinate representation of color #56931C: hue angle of 90.76º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #56931C is Cyan = 0.41, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 86 147 28 -
CMYK 0.41 0 0.81 0.42
HSL 90.76º 0.68% 0.34% -
HSV(B) 90.76º 0.81% 0.58% -
XYZ 14.48 22.93 4.76 -
YUV 115.2 78.79 107.18 -
System Red Green Blue C M Y K H S L
Decimal 86 147 28 0.41 0 0.81 0.42 90.76 0.68 0.34
Hex 56 93 1C 29 0 51 2A 5B 44 22
Octal 126 223 34 51 0 121 52 133 104 42
Binary 1010110 10010011 11100 101001 0 1010001 101010 1011011 1000100 100010

Color Harmonies of #56931C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56931C

Black with #56931C

Text Example


Text Example

White with #56931C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56931C; }

 p { color: rgb(86,147,28); }

 H1.HeaderClassName
 {
   color: #56931C;
 }
 .AnyTagClassName
 {
   color: #56931C;
 }
</style>

background-color css

<style>
 a { background-color: #56931C; }

 a { background-color: rgb(86,147,28); }

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

border-color css

<style>
 span { border-color: #56931C; }

 span { border-color: rgb(86,147,28); }

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