Html Css Color HEX #56942B Limeade

📋 copy color: '#56942B'

red 86 ◦ green 148 ◦ blue 43

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

Shades of Limeade #56942B

Tints of Limeade #56942B

RGB

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

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

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

R = 31.05%
G = 53.43%
B = 15.52%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#56942B (or 0x56942B) is known color: Limeade. HEX triplet: 56, 94 and 2B. RGB value is (86,148,43). Sum of RGB (Red+Green+Blue) = 86+148+43=277 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.05% from 277); Green value is 148 (58.20% from 255 or 53.43% from 277); Blue value is 43 (17.19% from 255 or 15.52% from 277); Max value from RGB is 148 - color contains mainly: green. Hex color #56942B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56942B is #A96BD4. Grayscale: #757575. Windows color (decimal): -11103189 or 2856022. OLE color: 2856022.

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

Color convert

RGB 86 148 43 -
CMYK 0.42 0 0.71 0.42
HSL 95.43º 0.55% 0.37% -
HSV(B) 95.43º 0.71% 0.58% -
XYZ 14.86 23.33 6.01 -
YUV 117.49 85.96 105.54 -
System Red Green Blue C M Y K H S L
Decimal 86 148 43 0.42 0 0.71 0.42 95.43 0.55 0.37
Hex 56 94 2B 2A 0 47 2A 5F 37 25
Octal 126 224 53 52 0 107 52 137 67 45
Binary 1010110 10010100 101011 101010 0 1000111 101010 1011111 110111 100101

Color Harmonies of #56942B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56942B

Black with #56942B

Text Example


Text Example

White with #56942B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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