Html Css Color HEX #479504 Limeade

📋 copy color: '#479504'

red 71 ◦ green 149 ◦ blue 4

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

Shades of Limeade #479504

Tints of Limeade #479504

RGB

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

 GREEN value IS 149 (58.59% from 255) = 66.52%

 BLUE value IS 4 (1.95% from 255) = 1.79%

R = 31.7%
G = 66.52%
B = 1.79%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#479504 (or 0x479504) is known color: Limeade. HEX triplet: 47, 95 and 04. RGB value is (71,149,4). Sum of RGB (Red+Green+Blue) = 71+149+4=224 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.70% from 224); Green value is 149 (58.59% from 255 or 66.52% from 224); Blue value is 4 (1.95% from 255 or 1.79% from 224); Max value from RGB is 149 - color contains mainly: green. Hex color #479504 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #479504 is #B86AFB. Grayscale: #6D6D6D. Windows color (decimal): -12086012 or 300359. OLE color: 300359.

HSL color Cylindrical-coordinate representation of color #479504: hue angle of 92.28º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #479504 is Cyan = 0.52, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 71 149 4 -
CMYK 0.52 0 0.97 0.42
HSL 92.28º 0.95% 0.3% -
HSV(B) 92.28º 0.97% 0.58% -
XYZ 13.37 22.84 3.82 -
YUV 109.15 68.66 100.79 -
System Red Green Blue C M Y K H S L
Decimal 71 149 4 0.52 0 0.97 0.42 92.28 0.95 0.3
Hex 47 95 4 34 0 61 2A 5C 5F 1E
Octal 107 225 4 64 0 141 52 134 137 36
Binary 1000111 10010101 100 110100 0 1100001 101010 1011100 1011111 11110

Color Harmonies of #479504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479504

Black with #479504

Text Example


Text Example

White with #479504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479504; }

 p { color: rgb(71,149,4); }

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

background-color css

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

 a { background-color: rgb(71,149,4); }

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

border-color css

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

 span { border-color: rgb(71,149,4); }

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