Html Css Color HEX #5F9414 Limeade

📋 copy color: '#5F9414'

red 95 ◦ green 148 ◦ blue 20

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

Shades of Limeade #5F9414

Tints of Limeade #5F9414

RGB

 RED value IS 95 (37.5% from 255) = 36.12%

 GREEN value IS 148 (58.2% from 255) = 56.27%

 BLUE value IS 20 (8.2% from 255) = 7.6%

R = 36.12%
G = 56.27%
B = 7.6%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#5F9414 (or 0x5F9414) is known color: Limeade. HEX triplet: 5F, 94 and 14. RGB value is (95,148,20). Sum of RGB (Red+Green+Blue) = 95+148+20=263 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.12% from 263); Green value is 148 (58.20% from 255 or 56.27% from 263); Blue value is 20 (8.20% from 255 or 7.60% from 263); Max value from RGB is 148 - color contains mainly: green. Hex color #5F9414 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F9414 is #A06BEB. Grayscale: #767676. Windows color (decimal): -10513388 or 1348703. OLE color: 1348703.

HSL color Cylindrical-coordinate representation of color #5F9414: hue angle of 84.84º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5F9414 is Cyan = 0.36, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 95 148 20 -
CMYK 0.36 0 0.86 0.42
HSL 84.84º 0.76% 0.33% -
HSV(B) 84.84º 0.86% 0.58% -
XYZ 15.44 23.66 4.42 -
YUV 117.56 72.94 111.91 -
System Red Green Blue C M Y K H S L
Decimal 95 148 20 0.36 0 0.86 0.42 84.84 0.76 0.33
Hex 5F 94 14 24 0 56 2A 55 4C 21
Octal 137 224 24 44 0 126 52 125 114 41
Binary 1011111 10010100 10100 100100 0 1010110 101010 1010101 1001100 100001

Color Harmonies of #5F9414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F9414

Black with #5F9414

Text Example


Text Example

White with #5F9414

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,148,20); }

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

background-color css

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

 a { background-color: rgb(95,148,20); }

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

border-color css

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

 span { border-color: rgb(95,148,20); }

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