Html Css Color HEX #4F9314 Limeade

📋 copy color: '#4F9314'

red 79 ◦ green 147 ◦ blue 20

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

Shades of Limeade #4F9314

Tints of Limeade #4F9314

RGB

 RED value IS 79 (31.25% from 255) = 32.11%

 GREEN value IS 147 (57.81% from 255) = 59.76%

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

R = 32.11%
G = 59.76%
B = 8.13%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#4F9314 (or 0x4F9314) is known color: Limeade. HEX triplet: 4F, 93 and 14. RGB value is (79,147,20). Sum of RGB (Red+Green+Blue) = 79+147+20=246 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.11% from 246); Green value is 147 (57.81% from 255 or 59.76% from 246); Blue value is 20 (8.20% from 255 or 8.13% from 246); Max value from RGB is 147 - color contains mainly: green. Hex color #4F9314 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4F9314 is #B06CEB. Grayscale: #707070. Windows color (decimal): -11562220 or 1348431. OLE color: 1348431.

HSL color Cylindrical-coordinate representation of color #4F9314: hue angle of 92.13º 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 #4F9314 is Cyan = 0.46, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 79 147 20 -
CMYK 0.46 0 0.86 0.42
HSL 92.13º 0.76% 0.33% -
HSV(B) 92.13º 0.86% 0.58% -
XYZ 13.78 22.58 4.29 -
YUV 112.19 75.97 104.33 -
System Red Green Blue C M Y K H S L
Decimal 79 147 20 0.46 0 0.86 0.42 92.13 0.76 0.33
Hex 4F 93 14 2E 0 56 2A 5C 4C 21
Octal 117 223 24 56 0 126 52 134 114 41
Binary 1001111 10010011 10100 101110 0 1010110 101010 1011100 1001100 100001

Color Harmonies of #4F9314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F9314

Black with #4F9314

Text Example


Text Example

White with #4F9314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F9314; }

 p { color: rgb(79,147,20); }

 H1.HeaderClassName
 {
   color: #4F9314;
 }
 .AnyTagClassName
 {
   color: #4F9314;
 }
</style>

background-color css

<style>
 a { background-color: #4F9314; }

 a { background-color: rgb(79,147,20); }

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

border-color css

<style>
 span { border-color: #4F9314; }

 span { border-color: rgb(79,147,20); }

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