Html Css Color HEX #47B014 Kelly Green

📋 copy color: '#47B014'

red 71 ◦ green 176 ◦ blue 20

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

Shades of Kelly Green #47B014

Tints of Kelly Green #47B014

RGB

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

 GREEN value IS 176 (69.14% from 255) = 65.92%

 BLUE value IS 20 (8.2% from 255) = 7.49%

R = 26.59%
G = 65.92%
B = 7.49%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#47B014 (or 0x47B014) is known color: Kelly Green. HEX triplet: 47, B0 and 14. RGB value is (71,176,20). Sum of RGB (Red+Green+Blue) = 71+176+20=267 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.59% from 267); Green value is 176 (69.14% from 255 or 65.92% from 267); Blue value is 20 (8.20% from 255 or 7.49% from 267); Max value from RGB is 176 - color contains mainly: green. Hex color #47B014 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #47B014 is #B84FEB. Grayscale: #7F7F7F. Windows color (decimal): -12079084 or 1355847. OLE color: 1355847.

HSL color Cylindrical-coordinate representation of color #47B014: hue angle of 100.38º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #47B014 is Cyan = 0.60, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 71 176 20 -
CMYK 0.60 0 0.89 0.31
HSL 100.38º 0.8% 0.38% -
HSV(B) 100.38º 0.89% 0.69% -
XYZ 18.25 32.44 5.96 -
YUV 126.82 67.71 88.18 -
System Red Green Blue C M Y K H S L
Decimal 71 176 20 0.60 0 0.89 0.31 100.38 0.8 0.38
Hex 47 B0 14 3C 0 59 1F 64 50 26
Octal 107 260 24 74 0 131 37 144 120 46
Binary 1000111 10110000 10100 111100 0 1011001 11111 1100100 1010000 100110

Color Harmonies of #47B014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47B014

Black with #47B014

Text Example


Text Example

White with #47B014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47B014; }

 p { color: rgb(71,176,20); }

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

background-color css

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

 a { background-color: rgb(71,176,20); }

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

border-color css

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

 span { border-color: rgb(71,176,20); }

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