Html Css Color HEX #57982D Limeade

📋 copy color: '#57982D'

red 87 ◦ green 152 ◦ blue 45

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

Shades of Limeade #57982D

Tints of Limeade #57982D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.85%

R = 30.63%
G = 53.52%
B = 15.85%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.70

 K value IS 0.40

RGB Variations

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

Color information

#57982D (or 0x57982D) is known color: Limeade. HEX triplet: 57, 98 and 2D. RGB value is (87,152,45). Sum of RGB (Red+Green+Blue) = 87+152+45=284 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.63% from 284); Green value is 152 (59.77% from 255 or 53.52% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 152 - color contains mainly: green. Hex color #57982D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #57982D is #A867D2. Grayscale: #787878. Windows color (decimal): -11036627 or 2988119. OLE color: 2988119.

HSL color Cylindrical-coordinate representation of color #57982D: hue angle of 96.45º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #57982D is Cyan = 0.43, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB 87 152 45 -
CMYK 0.43 0 0.70 0.40
HSL 96.45º 0.54% 0.39% -
HSV(B) 96.45º 0.7% 0.6% -
XYZ 15.63 24.67 6.42 -
YUV 120.37 85.47 104.2 -
System Red Green Blue C M Y K H S L
Decimal 87 152 45 0.43 0 0.70 0.40 96.45 0.54 0.39
Hex 57 98 2D 2B 0 46 28 60 36 27
Octal 127 230 55 53 0 106 50 140 66 47
Binary 1010111 10011000 101101 101011 0 1000110 101000 1100000 110110 100111

Color Harmonies of #57982D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57982D

Black with #57982D

Text Example


Text Example

White with #57982D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57982D; }

 p { color: rgb(87,152,45); }

 H1.HeaderClassName
 {
   color: #57982D;
 }
 .AnyTagClassName
 {
   color: #57982D;
 }
</style>

background-color css

<style>
 a { background-color: #57982D; }

 a { background-color: rgb(87,152,45); }

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

border-color css

<style>
 span { border-color: #57982D; }

 span { border-color: rgb(87,152,45); }

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