Html Css Color HEX #5E950F Limeade

📋 copy color: '#5E950F'

red 94 ◦ green 149 ◦ blue 15

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

Shades of Limeade #5E950F

Tints of Limeade #5E950F

RGB

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

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

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

R = 36.43%
G = 57.75%
B = 5.81%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#5E950F (or 0x5E950F) is known color: Limeade. HEX triplet: 5E, 95 and 0F. RGB value is (94,149,15). Sum of RGB (Red+Green+Blue) = 94+149+15=258 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.43% from 258); Green value is 149 (58.59% from 255 or 57.75% from 258); Blue value is 15 (6.25% from 255 or 5.81% from 258); Max value from RGB is 149 - color contains mainly: green. Hex color #5E950F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E950F is #A16AF0. Grayscale: #757575. Windows color (decimal): -10578673 or 1021278. OLE color: 1021278.

HSL color Cylindrical-coordinate representation of color #5E950F: hue angle of 84.63º 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 #5E950F is Cyan = 0.37, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 94 149 15 -
CMYK 0.37 0 0.90 0.42
HSL 84.63º 0.82% 0.32% -
HSV(B) 84.63º 0.9% 0.58% -
XYZ 15.45 23.91 4.25 -
YUV 117.28 70.28 111.4 -
System Red Green Blue C M Y K H S L
Decimal 94 149 15 0.37 0 0.90 0.42 84.63 0.82 0.32
Hex 5E 95 F 25 0 5A 2A 55 52 20
Octal 136 225 17 45 0 132 52 125 122 40
Binary 1011110 10010101 1111 100101 0 1011010 101010 1010101 1010010 100000

Color Harmonies of #5E950F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E950F

Black with #5E950F

Text Example


Text Example

White with #5E950F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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