Html Css Color HEX #479D00 Kelly Green

📋 copy color: '#479D00'

red 71 ◦ green 157 ◦ blue 0

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

Shades of Kelly Green #479D00

Tints of Kelly Green #479D00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 31.14%
G = 68.86%
B = 0%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 1

 K value IS 0.38

RGB Variations

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

Color information

#479D00 (or 0x479D00) is known color: Kelly Green. HEX triplet: 47, 9D and 00. RGB value is (71,157,0). Sum of RGB (Red+Green+Blue) = 71+157+0=228 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.14% from 228); Green value is 157 (61.72% from 255 or 68.86% from 228); Blue value is 0 (0.39% from 255 or 0% from 228); Max value from RGB is 157 - color contains mainly: green. Hex color #479D00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #479D00 is #B862FF. Grayscale: #717171. Windows color (decimal): -12083968 or 40263. OLE color: 40263.

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

Color convert

RGB 71 157 0 -
CMYK 0.55 0 1 0.38
HSL 92.87º 1% 0.31% -
HSV(B) 92.87º 1% 0.62% -
XYZ 14.66 25.45 4.14 -
YUV 113.39 64.01 97.77 -
System Red Green Blue C M Y K H S L
Decimal 71 157 0 0.55 0 1 0.38 92.87 1 0.31
Hex 47 9D 0 37 0 64 26 5D 64 1F
Octal 107 235 0 67 0 144 46 135 144 37
Binary 1000111 10011101 0 110111 0 1100100 100110 1011101 1100100 11111

Color Harmonies of #479D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479D00

Black with #479D00

Text Example


Text Example

White with #479D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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