Html Css Color HEX #56970A Limeade

📋 copy color: '#56970A'

red 86 ◦ green 151 ◦ blue 10

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

Shades of Limeade #56970A

Tints of Limeade #56970A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.05%

R = 34.82%
G = 61.13%
B = 4.05%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#56970A (or 0x56970A) is known color: Limeade. HEX triplet: 56, 97 and 0A. RGB value is (86,151,10). Sum of RGB (Red+Green+Blue) = 86+151+10=247 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.82% from 247); Green value is 151 (59.38% from 255 or 61.13% from 247); Blue value is 10 (4.30% from 255 or 4.05% from 247); Max value from RGB is 151 - color contains mainly: green. Hex color #56970A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #56970A is #A968F5. Grayscale: #737373. Windows color (decimal): -11102454 or 694102. OLE color: 694102.

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

Color convert

RGB 86 151 10 -
CMYK 0.43 0 0.93 0.41
HSL 87.66º 0.88% 0.32% -
HSV(B) 87.66º 0.93% 0.59% -
XYZ 14.96 24.13 4.16 -
YUV 115.49 68.47 106.96 -
System Red Green Blue C M Y K H S L
Decimal 86 151 10 0.43 0 0.93 0.41 87.66 0.88 0.32
Hex 56 97 A 2B 0 5D 29 58 58 20
Octal 126 227 12 53 0 135 51 130 130 40
Binary 1010110 10010111 1010 101011 0 1011101 101001 1011000 1011000 100000

Color Harmonies of #56970A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56970A

Black with #56970A

Text Example


Text Example

White with #56970A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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