Html Css Color HEX #479501 Limeade

📋 copy color: '#479501'

red 71 ◦ green 149 ◦ blue 1

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

Shades of Limeade #479501

Tints of Limeade #479501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.45%

R = 32.13%
G = 67.42%
B = 0.45%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#479501 (or 0x479501) is known color: Limeade. HEX triplet: 47, 95 and 01. RGB value is (71,149,1). Sum of RGB (Red+Green+Blue) = 71+149+1=221 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.13% from 221); Green value is 149 (58.59% from 255 or 67.42% from 221); Blue value is 1 (0.78% from 255 or 0.45% from 221); Max value from RGB is 149 - color contains mainly: green. Hex color #479501 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #479501 is #B86AFE. Grayscale: #6D6D6D. Windows color (decimal): -12086015 or 103751. OLE color: 103751.

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

Color convert

RGB 71 149 1 -
CMYK 0.52 0 0.99 0.42
HSL 91.62º 0.99% 0.29% -
HSV(B) 91.62º 0.99% 0.58% -
XYZ 13.35 22.84 3.73 -
YUV 108.81 67.16 101.03 -
System Red Green Blue C M Y K H S L
Decimal 71 149 1 0.52 0 0.99 0.42 91.62 0.99 0.29
Hex 47 95 1 34 0 63 2A 5C 63 1D
Octal 107 225 1 64 0 143 52 134 143 35
Binary 1000111 10010101 1 110100 0 1100011 101010 1011100 1100011 11101

Color Harmonies of #479501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479501

Black with #479501

Text Example


Text Example

White with #479501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479501; }

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

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

background-color css

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

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

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

border-color css

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

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

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