Html Css Color HEX #479705 Limeade

📋 copy color: '#479705'

red 71 ◦ green 151 ◦ blue 5

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

Shades of Limeade #479705

Tints of Limeade #479705

RGB

 RED value IS 71 (28.13% from 255) = 31.28%

 GREEN value IS 151 (59.38% from 255) = 66.52%

 BLUE value IS 5 (2.34% from 255) = 2.2%

R = 31.28%
G = 66.52%
B = 2.2%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#479705 (or 0x479705) is known color: Limeade. HEX triplet: 47, 97 and 05. RGB value is (71,151,5). Sum of RGB (Red+Green+Blue) = 71+151+5=227 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.28% from 227); Green value is 151 (59.38% from 255 or 66.52% from 227); Blue value is 5 (2.34% from 255 or 2.20% from 227); Max value from RGB is 151 - color contains mainly: green. Hex color #479705 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #479705 is #B868FA. Grayscale: #6E6E6E. Windows color (decimal): -12085499 or 366407. OLE color: 366407.

HSL color Cylindrical-coordinate representation of color #479705: hue angle of 92.88º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #479705 is Cyan = 0.53, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB 71 151 5 -
CMYK 0.53 0 0.97 0.41
HSL 92.88º 0.94% 0.31% -
HSV(B) 92.88º 0.97% 0.59% -
XYZ 13.69 23.48 3.95 -
YUV 110.44 68.5 99.87 -
System Red Green Blue C M Y K H S L
Decimal 71 151 5 0.53 0 0.97 0.41 92.88 0.94 0.31
Hex 47 97 5 35 0 61 29 5D 5E 1F
Octal 107 227 5 65 0 141 51 135 136 37
Binary 1000111 10010111 101 110101 0 1100001 101001 1011101 1011110 11111

Color Harmonies of #479705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479705

Black with #479705

Text Example


Text Example

White with #479705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479705; }

 p { color: rgb(71,151,5); }

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

background-color css

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

 a { background-color: rgb(71,151,5); }

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

border-color css

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

 span { border-color: rgb(71,151,5); }

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