Html Css Color HEX #56970C Limeade

📋 copy color: '#56970C'

red 86 ◦ green 151 ◦ blue 12

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

Shades of Limeade #56970C

Tints of Limeade #56970C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 60.64%

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

R = 34.54%
G = 60.64%
B = 4.82%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#56970C (or 0x56970C) is known color: Limeade. HEX triplet: 56, 97 and 0C. RGB value is (86,151,12). Sum of RGB (Red+Green+Blue) = 86+151+12=249 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.54% from 249); Green value is 151 (59.38% from 255 or 60.64% from 249); Blue value is 12 (5.08% from 255 or 4.82% from 249); Max value from RGB is 151 - color contains mainly: green. Hex color #56970C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #56970C is #A968F3. Grayscale: #747474. Windows color (decimal): -11102452 or 825174. OLE color: 825174.

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

Color convert

RGB 86 151 12 -
CMYK 0.43 0 0.92 0.41
HSL 88.06º 0.85% 0.32% -
HSV(B) 88.06º 0.92% 0.59% -
XYZ 14.97 24.14 4.22 -
YUV 115.72 69.47 106.8 -
System Red Green Blue C M Y K H S L
Decimal 86 151 12 0.43 0 0.92 0.41 88.06 0.85 0.32
Hex 56 97 C 2B 0 5C 29 58 55 20
Octal 126 227 14 53 0 134 51 130 125 40
Binary 1010110 10010111 1100 101011 0 1011100 101001 1011000 1010101 100000

Color Harmonies of #56970C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56970C

Black with #56970C

Text Example


Text Example

White with #56970C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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