Html Css Color HEX #56972A Limeade

📋 copy color: '#56972A'

red 86 ◦ green 151 ◦ blue 42

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

Shades of Limeade #56972A

Tints of Limeade #56972A

RGB

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

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

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

R = 30.82%
G = 54.12%
B = 15.05%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.72

 K value IS 0.41

RGB Variations

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

Color information

#56972A (or 0x56972A) is known color: Limeade. HEX triplet: 56, 97 and 2A. RGB value is (86,151,42). Sum of RGB (Red+Green+Blue) = 86+151+42=279 (36% of max value = 765). Red value is 86 (33.98% from 255 or 30.82% from 279); Green value is 151 (59.38% from 255 or 54.12% from 279); Blue value is 42 (16.80% from 255 or 15.05% from 279); Max value from RGB is 151 - color contains mainly: green. Hex color #56972A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56972A is #A968D5. Grayscale: #777777. Windows color (decimal): -11102422 or 2791254. OLE color: 2791254.

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

Color convert

RGB 86 151 42 -
CMYK 0.43 0 0.72 0.41
HSL 95.78º 0.56% 0.38% -
HSV(B) 95.78º 0.72% 0.59% -
XYZ 15.32 24.28 6.07 -
YUV 119.14 84.47 104.36 -
System Red Green Blue C M Y K H S L
Decimal 86 151 42 0.43 0 0.72 0.41 95.78 0.56 0.38
Hex 56 97 2A 2B 0 48 29 60 38 26
Octal 126 227 52 53 0 110 51 140 70 46
Binary 1010110 10010111 101010 101011 0 1001000 101001 1100000 111000 100110

Color Harmonies of #56972A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56972A

Black with #56972A

Text Example


Text Example

White with #56972A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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