Html Css Color HEX #5E970C Limeade

📋 copy color: '#5E970C'

red 94 ◦ green 151 ◦ blue 12

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

Shades of Limeade #5E970C

Tints of Limeade #5E970C

RGB

 RED value IS 94 (37.11% from 255) = 36.58%

 GREEN value IS 151 (59.38% from 255) = 58.75%

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

R = 36.58%
G = 58.75%
B = 4.67%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#5E970C (or 0x5E970C) is known color: Limeade. HEX triplet: 5E, 97 and 0C. RGB value is (94,151,12). Sum of RGB (Red+Green+Blue) = 94+151+12=257 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.58% from 257); Green value is 151 (59.38% from 255 or 58.75% from 257); Blue value is 12 (5.08% from 255 or 4.67% from 257); Max value from RGB is 151 - color contains mainly: green. Hex color #5E970C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E970C is #A168F3. Grayscale: #767676. Windows color (decimal): -10578164 or 825182. OLE color: 825182.

HSL color Cylindrical-coordinate representation of color #5E970C: hue angle of 84.6º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5E970C is Cyan = 0.38, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.41.

Color convert

RGB 94 151 12 -
CMYK 0.38 0 0.92 0.41
HSL 84.6º 0.85% 0.32% -
HSV(B) 84.6º 0.92% 0.59% -
XYZ 15.75 24.54 4.25 -
YUV 118.11 68.12 110.8 -
System Red Green Blue C M Y K H S L
Decimal 94 151 12 0.38 0 0.92 0.41 84.6 0.85 0.32
Hex 5E 97 C 26 0 5C 29 55 55 20
Octal 136 227 14 46 0 134 51 125 125 40
Binary 1011110 10010111 1100 100110 0 1011100 101001 1010101 1010101 100000

Color Harmonies of #5E970C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E970C

Black with #5E970C

Text Example


Text Example

White with #5E970C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E970C; }

 p { color: rgb(94,151,12); }

 H1.HeaderClassName
 {
   color: #5E970C;
 }
 .AnyTagClassName
 {
   color: #5E970C;
 }
</style>

background-color css

<style>
 a { background-color: #5E970C; }

 a { background-color: rgb(94,151,12); }

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

border-color css

<style>
 span { border-color: #5E970C; }

 span { border-color: rgb(94,151,12); }

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