Html Css Color HEX #56950C Limeade

📋 copy color: '#56950C'

red 86 ◦ green 149 ◦ blue 12

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

Shades of Limeade #56950C

Tints of Limeade #56950C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 60.32%

 BLUE value IS 12 (5.08% from 255) = 4.86%

R = 34.82%
G = 60.32%
B = 4.86%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.92

 K value IS 0.42

RGB Variations

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

Color information

#56950C (or 0x56950C) is known color: Limeade. HEX triplet: 56, 95 and 0C. RGB value is (86,149,12). Sum of RGB (Red+Green+Blue) = 86+149+12=247 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.82% from 247); Green value is 149 (58.59% from 255 or 60.32% from 247); Blue value is 12 (5.08% from 255 or 4.86% from 247); Max value from RGB is 149 - color contains mainly: green. Hex color #56950C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #56950C is #A96AF3. Grayscale: #737373. Windows color (decimal): -11102964 or 824662. OLE color: 824662.

HSL color Cylindrical-coordinate representation of color #56950C: hue angle of 87.59º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #56950C is Cyan = 0.42, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB 86 149 12 -
CMYK 0.42 0 0.92 0.42
HSL 87.59º 0.85% 0.32% -
HSV(B) 87.59º 0.92% 0.58% -
XYZ 14.65 23.5 4.11 -
YUV 114.55 70.13 107.64 -
System Red Green Blue C M Y K H S L
Decimal 86 149 12 0.42 0 0.92 0.42 87.59 0.85 0.32
Hex 56 95 C 2A 0 5C 2A 58 55 20
Octal 126 225 14 52 0 134 52 130 125 40
Binary 1010110 10010101 1100 101010 0 1011100 101010 1011000 1010101 100000

Color Harmonies of #56950C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56950C

Black with #56950C

Text Example


Text Example

White with #56950C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,149,12); }

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

background-color css

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

 a { background-color: rgb(86,149,12); }

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

border-color css

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

 span { border-color: rgb(86,149,12); }

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