Html Css Color HEX #57952E Limeade

📋 copy color: '#57952E'

red 87 ◦ green 149 ◦ blue 46

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

Shades of Limeade #57952E

Tints of Limeade #57952E

RGB

 RED value IS 87 (34.38% from 255) = 30.85%

 GREEN value IS 149 (58.59% from 255) = 52.84%

 BLUE value IS 46 (18.36% from 255) = 16.31%

R = 30.85%
G = 52.84%
B = 16.31%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#57952E (or 0x57952E) is known color: Limeade. HEX triplet: 57, 95 and 2E. RGB value is (87,149,46). Sum of RGB (Red+Green+Blue) = 87+149+46=282 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.85% from 282); Green value is 149 (58.59% from 255 or 52.84% from 282); Blue value is 46 (18.36% from 255 or 16.31% from 282); Max value from RGB is 149 - color contains mainly: green. Hex color #57952E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #57952E is #A86AD1. Grayscale: #777777. Windows color (decimal): -11037394 or 3052887. OLE color: 3052887.

HSL color Cylindrical-coordinate representation of color #57952E: hue angle of 96.12º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #57952E is Cyan = 0.42, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB 87 149 46 -
CMYK 0.42 0 0.69 0.42
HSL 96.12º 0.53% 0.38% -
HSV(B) 96.12º 0.69% 0.58% -
XYZ 15.17 23.72 6.36 -
YUV 118.72 86.96 105.38 -
System Red Green Blue C M Y K H S L
Decimal 87 149 46 0.42 0 0.69 0.42 96.12 0.53 0.38
Hex 57 95 2E 2A 0 45 2A 60 35 26
Octal 127 225 56 52 0 105 52 140 65 46
Binary 1010111 10010101 101110 101010 0 1000101 101010 1100000 110101 100110

Color Harmonies of #57952E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57952E

Black with #57952E

Text Example


Text Example

White with #57952E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57952E; }

 p { color: rgb(87,149,46); }

 H1.HeaderClassName
 {
   color: #57952E;
 }
 .AnyTagClassName
 {
   color: #57952E;
 }
</style>

background-color css

<style>
 a { background-color: #57952E; }

 a { background-color: rgb(87,149,46); }

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

border-color css

<style>
 span { border-color: #57952E; }

 span { border-color: rgb(87,149,46); }

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