Html Css Color HEX #47A514 Kelly Green

📋 copy color: '#47A514'

red 71 ◦ green 165 ◦ blue 20

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

Shades of Kelly Green #47A514

Tints of Kelly Green #47A514

RGB

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

 GREEN value IS 165 (64.84% from 255) = 64.45%

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

R = 27.73%
G = 64.45%
B = 7.81%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#47A514 (or 0x47A514) is known color: Kelly Green. HEX triplet: 47, A5 and 14. RGB value is (71,165,20). Sum of RGB (Red+Green+Blue) = 71+165+20=256 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.73% from 256); Green value is 165 (64.84% from 255 or 64.45% from 256); Blue value is 20 (8.20% from 255 or 7.81% from 256); Max value from RGB is 165 - color contains mainly: green. Hex color #47A514 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #47A514 is #B85AEB. Grayscale: #787878. Windows color (decimal): -12081900 or 1353031. OLE color: 1353031.

HSL color Cylindrical-coordinate representation of color #47A514: hue angle of 98.9º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #47A514 is Cyan = 0.57, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.35.

Color convert

RGB 71 165 20 -
CMYK 0.57 0 0.88 0.35
HSL 98.9º 0.78% 0.36% -
HSV(B) 98.9º 0.88% 0.65% -
XYZ 16.18 28.3 5.27 -
YUV 120.36 71.36 92.79 -
System Red Green Blue C M Y K H S L
Decimal 71 165 20 0.57 0 0.88 0.35 98.9 0.78 0.36
Hex 47 A5 14 39 0 58 23 63 4E 24
Octal 107 245 24 71 0 130 43 143 116 44
Binary 1000111 10100101 10100 111001 0 1011000 100011 1100011 1001110 100100

Color Harmonies of #47A514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47A514

Black with #47A514

Text Example


Text Example

White with #47A514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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