Html Css Color HEX #4F920C Limeade

📋 copy color: '#4F920C'

red 79 ◦ green 146 ◦ blue 12

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

Shades of Limeade #4F920C

Tints of Limeade #4F920C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 61.6%

 BLUE value IS 12 (5.08% from 255) = 5.06%

R = 33.33%
G = 61.6%
B = 5.06%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.92

 K value IS 0.43

RGB Variations

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

Color information

#4F920C (or 0x4F920C) is known color: Limeade. HEX triplet: 4F, 92 and 0C. RGB value is (79,146,12). Sum of RGB (Red+Green+Blue) = 79+146+12=237 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.33% from 237); Green value is 146 (57.42% from 255 or 61.60% from 237); Blue value is 12 (5.08% from 255 or 5.06% from 237); Max value from RGB is 146 - color contains mainly: green. Hex color #4F920C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4F920C is #B06DF3. Grayscale: #6F6F6F. Windows color (decimal): -11562484 or 823887. OLE color: 823887.

HSL color Cylindrical-coordinate representation of color #4F920C: hue angle of 90º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4F920C is Cyan = 0.46, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.

Color convert

RGB 79 146 12 -
CMYK 0.46 0 0.92 0.43
HSL 90º 0.85% 0.31% -
HSV(B) 90º 0.92% 0.57% -
XYZ 13.57 22.25 3.93 -
YUV 110.69 72.3 105.4 -
System Red Green Blue C M Y K H S L
Decimal 79 146 12 0.46 0 0.92 0.43 90 0.85 0.31
Hex 4F 92 C 2E 0 5C 2B 5A 55 1F
Octal 117 222 14 56 0 134 53 132 125 37
Binary 1001111 10010010 1100 101110 0 1011100 101011 1011010 1010101 11111

Color Harmonies of #4F920C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F920C

Black with #4F920C

Text Example


Text Example

White with #4F920C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,146,12); }

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

background-color css

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

 a { background-color: rgb(79,146,12); }

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

border-color css

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

 span { border-color: rgb(79,146,12); }

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