Html Css Color HEX #57950C Limeade

📋 copy color: '#57950C'

red 87 ◦ green 149 ◦ blue 12

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

Shades of Limeade #57950C

Tints of Limeade #57950C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.84%

R = 35.08%
G = 60.08%
B = 4.84%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.92

 K value IS 0.42

RGB Variations

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

Color information

#57950C (or 0x57950C) is known color: Limeade. HEX triplet: 57, 95 and 0C. RGB value is (87,149,12). Sum of RGB (Red+Green+Blue) = 87+149+12=248 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.08% from 248); Green value is 149 (58.59% from 255 or 60.08% from 248); Blue value is 12 (5.08% from 255 or 4.84% from 248); Max value from RGB is 149 - color contains mainly: green. Hex color #57950C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #57950C is #A86AF3. Grayscale: #737373. Windows color (decimal): -11037428 or 824663. OLE color: 824663.

HSL color Cylindrical-coordinate representation of color #57950C: hue angle of 87.15º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #57950C is Cyan = 0.42, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB 87 149 12 -
CMYK 0.42 0 0.92 0.42
HSL 87.15º 0.85% 0.32% -
HSV(B) 87.15º 0.92% 0.58% -
XYZ 14.74 23.55 4.12 -
YUV 114.84 69.96 108.14 -
System Red Green Blue C M Y K H S L
Decimal 87 149 12 0.42 0 0.92 0.42 87.15 0.85 0.32
Hex 57 95 C 2A 0 5C 2A 57 55 20
Octal 127 225 14 52 0 134 52 127 125 40
Binary 1010111 10010101 1100 101010 0 1011100 101010 1010111 1010101 100000

Color Harmonies of #57950C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57950C

Black with #57950C

Text Example


Text Example

White with #57950C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57950C; }

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

 H1.HeaderClassName
 {
   color: #57950C;
 }
 .AnyTagClassName
 {
   color: #57950C;
 }
</style>

background-color css

<style>
 a { background-color: #57950C; }

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

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

border-color css

<style>
 span { border-color: #57950C; }

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

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