Html Css Color HEX #4F9320 Limeade

📋 copy color: '#4F9320'

red 79 ◦ green 147 ◦ blue 32

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

Shades of Limeade #4F9320

Tints of Limeade #4F9320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.4%

R = 30.62%
G = 56.98%
B = 12.4%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#4F9320 (or 0x4F9320) is known color: Limeade. HEX triplet: 4F, 93 and 20. RGB value is (79,147,32). Sum of RGB (Red+Green+Blue) = 79+147+32=258 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.62% from 258); Green value is 147 (57.81% from 255 or 56.98% from 258); Blue value is 32 (12.89% from 255 or 12.40% from 258); Max value from RGB is 147 - color contains mainly: green. Hex color #4F9320 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F9320 is #B06CDF. Grayscale: #717171. Windows color (decimal): -11562208 or 2134863. OLE color: 2134863.

HSL color Cylindrical-coordinate representation of color #4F9320: hue angle of 95.48º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4F9320 is Cyan = 0.46, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB 79 147 32 -
CMYK 0.46 0 0.78 0.42
HSL 95.48º 0.64% 0.35% -
HSV(B) 95.48º 0.78% 0.58% -
XYZ 13.92 22.63 5 -
YUV 113.56 81.97 103.35 -
System Red Green Blue C M Y K H S L
Decimal 79 147 32 0.46 0 0.78 0.42 95.48 0.64 0.35
Hex 4F 93 20 2E 0 4E 2A 5F 40 23
Octal 117 223 40 56 0 116 52 137 100 43
Binary 1001111 10010011 100000 101110 0 1001110 101010 1011111 1000000 100011

Color Harmonies of #4F9320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F9320

Black with #4F9320

Text Example


Text Example

White with #4F9320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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