#47E514

Color #47E514 Harlequin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harlequin #47E514

Tints of Harlequin #47E514

Color information

#47E514 (or 0x47E514) is unknown color: approx Harlequin. HEX triplet: 47, E5 and 14. RGB value is (71,229,20). Sum of RGB (Red+Green+Blue) = 71+229+20=320 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.19% from 320); Green value is 229 (89.84% from 255 or 71.56% from 320); Blue value is 20 (8.20% from 255 or 6.25% from 320); Max value from RGB is 229 - color contains mainly: green. Hex color #47E514 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #47E514 is #B81AEB. Grayscale: #9E9E9E. Windows color (decimal): -12065516 or 1369415. OLE color: 1369415.

HSL color Cylindrical-coordinate representation of color #47E514: hue angle of 105.36º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #47E514 is Cyan = 0.69, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.10.

Color convert

RGB7122920-
CMYK0.6900.910.10
HSL105.36º83.94%48.82%-
HSV(B)105.36º91.27%89.8%-
XYZ30.7457.4310.13-
YUV157.9350.1565.99-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.19%
GREEN value IS 229 (89.84% from 255) = 71.56%
BLUE value IS 20 (8.20% from 255) = 6.25%
R=22.19%
G=71.56%
B=6.25%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal71229200.6900.910.10105.3683.9448.82
Hex47E5144505BA695431
Octal1073452410501331215112461
Binary10001111110010110100100010101011011101011010011010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47E514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #47E514;
 }
 .AnyTagClassName
 {
   color: #47E514;
 }
</style>
background-color css

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

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

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

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

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

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