Html Css Color HEX #56940B Limeade

📋 copy color: '#56940B'

red 86 ◦ green 148 ◦ blue 11

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

Shades of Limeade #56940B

Tints of Limeade #56940B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 60.41%

 BLUE value IS 11 (4.69% from 255) = 4.49%

R = 35.1%
G = 60.41%
B = 4.49%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#56940B (or 0x56940B) is known color: Limeade. HEX triplet: 56, 94 and 0B. RGB value is (86,148,11). Sum of RGB (Red+Green+Blue) = 86+148+11=245 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.10% from 245); Green value is 148 (58.20% from 255 or 60.41% from 245); Blue value is 11 (4.69% from 255 or 4.49% from 245); Max value from RGB is 148 - color contains mainly: green. Hex color #56940B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #56940B is #A96BF4. Grayscale: #727272. Windows color (decimal): -11103221 or 758870. OLE color: 758870.

HSL color Cylindrical-coordinate representation of color #56940B: hue angle of 87.15º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #56940B is Cyan = 0.42, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB 86 148 11 -
CMYK 0.42 0 0.93 0.42
HSL 87.15º 0.86% 0.31% -
HSV(B) 87.15º 0.93% 0.58% -
XYZ 14.49 23.18 4.03 -
YUV 113.84 69.96 108.14 -
System Red Green Blue C M Y K H S L
Decimal 86 148 11 0.42 0 0.93 0.42 87.15 0.86 0.31
Hex 56 94 B 2A 0 5D 2A 57 56 1F
Octal 126 224 13 52 0 135 52 127 126 37
Binary 1010110 10010100 1011 101010 0 1011101 101010 1010111 1010110 11111

Color Harmonies of #56940B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56940B

Black with #56940B

Text Example


Text Example

White with #56940B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56940B; }

 p { color: rgb(86,148,11); }

 H1.HeaderClassName
 {
   color: #56940B;
 }
 .AnyTagClassName
 {
   color: #56940B;
 }
</style>

background-color css

<style>
 a { background-color: #56940B; }

 a { background-color: rgb(86,148,11); }

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

border-color css

<style>
 span { border-color: #56940B; }

 span { border-color: rgb(86,148,11); }

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