Html Css Color HEX #57930E Limeade

📋 copy color: '#57930E'

red 87 ◦ green 147 ◦ blue 14

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

Shades of Limeade #57930E

Tints of Limeade #57930E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 59.27%

 BLUE value IS 14 (5.86% from 255) = 5.65%

R = 35.08%
G = 59.27%
B = 5.65%

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

#57930E (or 0x57930E) is known color: Limeade. HEX triplet: 57, 93 and 0E. RGB value is (87,147,14). Sum of RGB (Red+Green+Blue) = 87+147+14=248 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.08% from 248); Green value is 147 (57.81% from 255 or 59.27% from 248); Blue value is 14 (5.86% from 255 or 5.65% from 248); Max value from RGB is 147 - color contains mainly: green. Hex color #57930E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #57930E is #A86CF1. Grayscale: #727272. Windows color (decimal): -11037938 or 955223. OLE color: 955223.

HSL color Cylindrical-coordinate representation of color #57930E: hue angle of 87.07º degrees, saturation: 0.83, 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 #57930E is Cyan = 0.41, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 87 147 14 -
CMYK 0.41 0 0.90 0.42
HSL 87.07º 0.83% 0.32% -
HSV(B) 87.07º 0.9% 0.58% -
XYZ 14.44 22.93 4.08 -
YUV 113.9 71.62 108.81 -
System Red Green Blue C M Y K H S L
Decimal 87 147 14 0.41 0 0.90 0.42 87.07 0.83 0.32
Hex 57 93 E 29 0 5A 2A 57 53 20
Octal 127 223 16 51 0 132 52 127 123 40
Binary 1010111 10010011 1110 101001 0 1011010 101010 1010111 1010011 100000

Color Harmonies of #57930E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57930E

Black with #57930E

Text Example


Text Example

White with #57930E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,147,14); }

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

background-color css

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

 a { background-color: rgb(87,147,14); }

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

border-color css

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

 span { border-color: rgb(87,147,14); }

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