Html Css Color HEX #4F960A Limeade

📋 copy color: '#4F960A'

red 79 ◦ green 150 ◦ blue 10

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

Shades of Limeade #4F960A

Tints of Limeade #4F960A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 62.76%

 BLUE value IS 10 (4.3% from 255) = 4.18%

R = 33.05%
G = 62.76%
B = 4.18%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#4F960A (or 0x4F960A) is known color: Limeade. HEX triplet: 4F, 96 and 0A. RGB value is (79,150,10). Sum of RGB (Red+Green+Blue) = 79+150+10=239 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.05% from 239); Green value is 150 (58.98% from 255 or 62.76% from 239); Blue value is 10 (4.30% from 255 or 4.18% from 239); Max value from RGB is 150 - color contains mainly: green. Hex color #4F960A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4F960A is #B069F5. Grayscale: #717171. Windows color (decimal): -11561462 or 693839. OLE color: 693839.

HSL color Cylindrical-coordinate representation of color #4F960A: hue angle of 90.43º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4F960A is Cyan = 0.47, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 79 150 10 -
CMYK 0.47 0 0.93 0.41
HSL 90.43º 0.88% 0.31% -
HSV(B) 90.43º 0.93% 0.59% -
XYZ 14.19 23.5 4.07 -
YUV 112.81 69.98 103.88 -
System Red Green Blue C M Y K H S L
Decimal 79 150 10 0.47 0 0.93 0.41 90.43 0.88 0.31
Hex 4F 96 A 2F 0 5D 29 5A 58 1F
Octal 117 226 12 57 0 135 51 132 130 37
Binary 1001111 10010110 1010 101111 0 1011101 101001 1011010 1011000 11111

Color Harmonies of #4F960A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F960A

Black with #4F960A

Text Example


Text Example

White with #4F960A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,150,10); }

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

background-color css

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

 a { background-color: rgb(79,150,10); }

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

border-color css

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

 span { border-color: rgb(79,150,10); }

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