Html Css Color HEX #56982B Limeade

📋 copy color: '#56982B'

red 86 ◦ green 152 ◦ blue 43

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

Shades of Limeade #56982B

Tints of Limeade #56982B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.3%

R = 30.6%
G = 54.09%
B = 15.3%

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

#56982B (or 0x56982B) is known color: Limeade. HEX triplet: 56, 98 and 2B. RGB value is (86,152,43). Sum of RGB (Red+Green+Blue) = 86+152+43=281 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.60% from 281); Green value is 152 (59.77% from 255 or 54.09% from 281); Blue value is 43 (17.19% from 255 or 15.30% from 281); Max value from RGB is 152 - color contains mainly: green. Hex color #56982B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56982B is #A967D4. Grayscale: #787878. Windows color (decimal): -11102165 or 2857046. OLE color: 2857046.

HSL color Cylindrical-coordinate representation of color #56982B: hue angle of 96.33º degrees, saturation: 0.56, 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 #56982B is Cyan = 0.43, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB 86 152 43 -
CMYK 0.43 0 0.72 0.40
HSL 96.33º 0.56% 0.38% -
HSV(B) 96.33º 0.72% 0.6% -
XYZ 15.5 24.61 6.22 -
YUV 119.84 84.63 103.86 -
System Red Green Blue C M Y K H S L
Decimal 86 152 43 0.43 0 0.72 0.40 96.33 0.56 0.38
Hex 56 98 2B 2B 0 48 28 60 38 26
Octal 126 230 53 53 0 110 50 140 70 46
Binary 1010110 10011000 101011 101011 0 1001000 101000 1100000 111000 100110

Color Harmonies of #56982B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56982B

Black with #56982B

Text Example


Text Example

White with #56982B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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