Html Css Color HEX #479D01 Kelly Green

📋 copy color: '#479D01'

red 71 ◦ green 157 ◦ blue 1

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

Shades of Kelly Green #479D01

Tints of Kelly Green #479D01

RGB

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

 GREEN value IS 157 (61.72% from 255) = 68.56%

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

R = 31%
G = 68.56%
B = 0.44%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.99

 K value IS 0.38

RGB Variations

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

Color information

#479D01 (or 0x479D01) is known color: Kelly Green. HEX triplet: 47, 9D and 01. RGB value is (71,157,1). Sum of RGB (Red+Green+Blue) = 71+157+1=229 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.00% from 229); Green value is 157 (61.72% from 255 or 68.56% from 229); Blue value is 1 (0.78% from 255 or 0.44% from 229); Max value from RGB is 157 - color contains mainly: green. Hex color #479D01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #479D01 is #B862FE. Grayscale: #727272. Windows color (decimal): -12083967 or 105799. OLE color: 105799.

HSL color Cylindrical-coordinate representation of color #479D01: hue angle of 93.08º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #479D01 is Cyan = 0.55, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.38.

Color convert

RGB 71 157 1 -
CMYK 0.55 0 0.99 0.38
HSL 93.08º 0.99% 0.31% -
HSV(B) 93.08º 0.99% 0.62% -
XYZ 14.66 25.46 4.17 -
YUV 113.5 64.51 97.68 -
System Red Green Blue C M Y K H S L
Decimal 71 157 1 0.55 0 0.99 0.38 93.08 0.99 0.31
Hex 47 9D 1 37 0 63 26 5D 63 1F
Octal 107 235 1 67 0 143 46 135 143 37
Binary 1000111 10011101 1 110111 0 1100011 100110 1011101 1100011 11111

Color Harmonies of #479D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479D01

Black with #479D01

Text Example


Text Example

White with #479D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479D01; }

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

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

background-color css

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

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

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

border-color css

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

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

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