Html Css Color HEX #5E971F Limeade

📋 copy color: '#5E971F'

red 94 ◦ green 151 ◦ blue 31

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

Shades of Limeade #5E971F

Tints of Limeade #5E971F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.23%

R = 34.06%
G = 54.71%
B = 11.23%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#5E971F (or 0x5E971F) is known color: Limeade. HEX triplet: 5E, 97 and 1F. RGB value is (94,151,31). Sum of RGB (Red+Green+Blue) = 94+151+31=276 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.06% from 276); Green value is 151 (59.38% from 255 or 54.71% from 276); Blue value is 31 (12.5% from 255 or 11.23% from 276); Max value from RGB is 151 - color contains mainly: green. Hex color #5E971F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E971F is #A168E0. Grayscale: #787878. Windows color (decimal): -10578145 or 2070366. OLE color: 2070366.

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

Color convert

RGB 94 151 31 -
CMYK 0.38 0 0.79 0.41
HSL 88.5º 0.66% 0.36% -
HSV(B) 88.5º 0.79% 0.59% -
XYZ 15.93 24.61 5.21 -
YUV 120.28 77.62 109.26 -
System Red Green Blue C M Y K H S L
Decimal 94 151 31 0.38 0 0.79 0.41 88.5 0.66 0.36
Hex 5E 97 1F 26 0 4F 29 58 42 24
Octal 136 227 37 46 0 117 51 130 102 44
Binary 1011110 10010111 11111 100110 0 1001111 101001 1011000 1000010 100100

Color Harmonies of #5E971F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E971F

Black with #5E971F

Text Example


Text Example

White with #5E971F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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