Html Css Color HEX #56982A Limeade

📋 copy color: '#56982A'

red 86 ◦ green 152 ◦ blue 42

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

Shades of Limeade #56982A

Tints of Limeade #56982A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 54.29%

 BLUE value IS 42 (16.8% from 255) = 15%

R = 30.71%
G = 54.29%
B = 15%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.72

 K value IS 0.40

RGB Variations

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

Color information

#56982A (or 0x56982A) is known color: Limeade. HEX triplet: 56, 98 and 2A. RGB value is (86,152,42). Sum of RGB (Red+Green+Blue) = 86+152+42=280 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.71% from 280); Green value is 152 (59.77% from 255 or 54.29% from 280); Blue value is 42 (16.80% from 255 or 15% from 280); Max value from RGB is 152 - color contains mainly: green. Hex color #56982A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56982A is #A967D5. Grayscale: #787878. Windows color (decimal): -11102166 or 2791510. OLE color: 2791510.

HSL color Cylindrical-coordinate representation of color #56982A: hue angle of 96º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #56982A is Cyan = 0.43, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB 86 152 42 -
CMYK 0.43 0 0.72 0.40
HSL 96º 0.57% 0.38% -
HSV(B) 96º 0.72% 0.6% -
XYZ 15.48 24.6 6.12 -
YUV 119.73 84.13 103.94 -
System Red Green Blue C M Y K H S L
Decimal 86 152 42 0.43 0 0.72 0.40 96 0.57 0.38
Hex 56 98 2A 2B 0 48 28 60 39 26
Octal 126 230 52 53 0 110 50 140 71 46
Binary 1010110 10011000 101010 101011 0 1001000 101000 1100000 111001 100110

Color Harmonies of #56982A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56982A

Black with #56982A

Text Example


Text Example

White with #56982A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,152,42); }

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

background-color css

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

 a { background-color: rgb(86,152,42); }

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

border-color css

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

 span { border-color: rgb(86,152,42); }

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