Html Css Color HEX #57940F Limeade

📋 copy color: '#57940F'

red 87 ◦ green 148 ◦ blue 15

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

Shades of Limeade #57940F

Tints of Limeade #57940F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6%

R = 34.8%
G = 59.2%
B = 6%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#57940F (or 0x57940F) is known color: Limeade. HEX triplet: 57, 94 and 0F. RGB value is (87,148,15). Sum of RGB (Red+Green+Blue) = 87+148+15=250 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.8% from 250); Green value is 148 (58.20% from 255 or 59.2% from 250); Blue value is 15 (6.25% from 255 or 6% from 250); Max value from RGB is 148 - color contains mainly: green. Hex color #57940F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #57940F is #A86BF0. Grayscale: #737373. Windows color (decimal): -11037681 or 1021015. OLE color: 1021015.

HSL color Cylindrical-coordinate representation of color #57940F: hue angle of 87.52º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #57940F is Cyan = 0.41, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 87 148 15 -
CMYK 0.41 0 0.90 0.42
HSL 87.52º 0.82% 0.32% -
HSV(B) 87.52º 0.9% 0.58% -
XYZ 14.61 23.24 4.17 -
YUV 114.6 71.79 108.31 -
System Red Green Blue C M Y K H S L
Decimal 87 148 15 0.41 0 0.90 0.42 87.52 0.82 0.32
Hex 57 94 F 29 0 5A 2A 58 52 20
Octal 127 224 17 51 0 132 52 130 122 40
Binary 1010111 10010100 1111 101001 0 1011010 101010 1011000 1010010 100000

Color Harmonies of #57940F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57940F

Black with #57940F

Text Example


Text Example

White with #57940F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57940F; }

 p { color: rgb(87,148,15); }

 H1.HeaderClassName
 {
   color: #57940F;
 }
 .AnyTagClassName
 {
   color: #57940F;
 }
</style>

background-color css

<style>
 a { background-color: #57940F; }

 a { background-color: rgb(87,148,15); }

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

border-color css

<style>
 span { border-color: #57940F; }

 span { border-color: rgb(87,148,15); }

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