Html Css Color HEX #47E514 Harlequin

📋 copy color: '#47E514'

red 71 ◦ green 229 ◦ blue 20

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

Shades of Harlequin #47E514

Tints of Harlequin #47E514

RGB

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

 GREEN value IS 229 (89.84% from 255) = 71.56%

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

R = 22.19%
G = 71.56%
B = 6.25%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#47E514 (or 0x47E514) is known color: 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

RGB 71 229 20 -
CMYK 0.69 0 0.91 0.10
HSL 105.36º 0.84% 0.49% -
HSV(B) 105.36º 0.91% 0.9% -
XYZ 30.74 57.43 10.13 -
YUV 157.93 50.15 65.99 -
System Red Green Blue C M Y K H S L
Decimal 71 229 20 0.69 0 0.91 0.10 105.36 0.84 0.49
Hex 47 E5 14 45 0 5B A 69 54 31
Octal 107 345 24 105 0 133 12 151 124 61
Binary 1000111 11100101 10100 1000101 0 1011011 1010 1101001 1010100 110001

Color Harmonies of #47E514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47E514

Black with #47E514

Text Example


Text Example

White with #47E514

Text Example


Text Example

HTML Codes & Css Web 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>