Html Css Color HEX #4F920D Limeade

📋 copy color: '#4F920D'

red 79 ◦ green 146 ◦ blue 13

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

Shades of Limeade #4F920D

Tints of Limeade #4F920D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.46%

R = 33.19%
G = 61.34%
B = 5.46%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.91

 K value IS 0.43

RGB Variations

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

Color information

#4F920D (or 0x4F920D) is known color: Limeade. HEX triplet: 4F, 92 and 0D. RGB value is (79,146,13). Sum of RGB (Red+Green+Blue) = 79+146+13=238 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.19% from 238); Green value is 146 (57.42% from 255 or 61.34% from 238); Blue value is 13 (5.47% from 255 or 5.46% from 238); Max value from RGB is 146 - color contains mainly: green. Hex color #4F920D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4F920D is #B06DF2. Grayscale: #6F6F6F. Windows color (decimal): -11562483 or 889423. OLE color: 889423.

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

Color convert

RGB 79 146 13 -
CMYK 0.46 0 0.91 0.43
HSL 90.23º 0.84% 0.31% -
HSV(B) 90.23º 0.91% 0.57% -
XYZ 13.58 22.25 3.96 -
YUV 110.81 72.8 105.31 -
System Red Green Blue C M Y K H S L
Decimal 79 146 13 0.46 0 0.91 0.43 90.23 0.84 0.31
Hex 4F 92 D 2E 0 5B 2B 5A 54 1F
Octal 117 222 15 56 0 133 53 132 124 37
Binary 1001111 10010010 1101 101110 0 1011011 101011 1011010 1010100 11111

Color Harmonies of #4F920D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F920D

Black with #4F920D

Text Example


Text Example

White with #4F920D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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