Html Css Color HEX #5E960F Limeade

📋 copy color: '#5E960F'

red 94 ◦ green 150 ◦ blue 15

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

Shades of Limeade #5E960F

Tints of Limeade #5E960F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 57.92%

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

R = 36.29%
G = 57.92%
B = 5.79%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.9

 K value IS 0.41

RGB Variations

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

Color information

#5E960F (or 0x5E960F) is known color: Limeade. HEX triplet: 5E, 96 and 0F. RGB value is (94,150,15). Sum of RGB (Red+Green+Blue) = 94+150+15=259 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.29% from 259); Green value is 150 (58.98% from 255 or 57.92% from 259); Blue value is 15 (6.25% from 255 or 5.79% from 259); Max value from RGB is 150 - color contains mainly: green. Hex color #5E960F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E960F is #A169F0. Grayscale: #767676. Windows color (decimal): -10578417 or 1021534. OLE color: 1021534.

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

Color convert

RGB 94 150 15 -
CMYK 0.37 0 0.9 0.41
HSL 84.89º 0.82% 0.32% -
HSV(B) 84.89º 0.9% 0.59% -
XYZ 15.61 24.23 4.31 -
YUV 117.87 69.95 110.98 -
System Red Green Blue C M Y K H S L
Decimal 94 150 15 0.37 0 0.9 0.41 84.89 0.82 0.32
Hex 5E 96 F 25 0 5A 29 55 52 20
Octal 136 226 17 45 0 132 51 125 122 40
Binary 1011110 10010110 1111 100101 0 1011010 101001 1010101 1010010 100000

Color Harmonies of #5E960F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E960F

Black with #5E960F

Text Example


Text Example

White with #5E960F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,150,15); }

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

background-color css

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

 a { background-color: rgb(94,150,15); }

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

border-color css

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

 span { border-color: rgb(94,150,15); }

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