Html Css Color HEX #47E114 Harlequin

📋 copy color: '#47E114'

red 71 ◦ green 225 ◦ blue 20

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

Shades of Harlequin #47E114

Tints of Harlequin #47E114

RGB

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

 GREEN value IS 225 (88.28% from 255) = 71.2%

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

R = 22.47%
G = 71.2%
B = 6.33%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#47E114 (or 0x47E114) is known color: Harlequin. HEX triplet: 47, E1 and 14. RGB value is (71,225,20). Sum of RGB (Red+Green+Blue) = 71+225+20=316 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.47% from 316); Green value is 225 (88.28% from 255 or 71.20% from 316); Blue value is 20 (8.20% from 255 or 6.33% from 316); Max value from RGB is 225 - color contains mainly: green. Hex color #47E114 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #47E114 is #B81EEB. Grayscale: #9C9C9C. Windows color (decimal): -12066540 or 1368391. OLE color: 1368391.

HSL color Cylindrical-coordinate representation of color #47E114: hue angle of 105.07º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #47E114 is Cyan = 0.68, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 71 225 20 -
CMYK 0.68 0 0.91 0.12
HSL 105.07º 0.84% 0.48% -
HSV(B) 105.07º 0.91% 0.88% -
XYZ 29.65 55.24 9.76 -
YUV 155.58 51.48 67.67 -
System Red Green Blue C M Y K H S L
Decimal 71 225 20 0.68 0 0.91 0.12 105.07 0.84 0.48
Hex 47 E1 14 44 0 5B C 69 54 30
Octal 107 341 24 104 0 133 14 151 124 60
Binary 1000111 11100001 10100 1000100 0 1011011 1100 1101001 1010100 110000

Color Harmonies of #47E114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47E114

Black with #47E114

Text Example


Text Example

White with #47E114

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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