Html Css Color HEX #47F014 Harlequin

📋 copy color: '#47F014'

red 71 ◦ green 240 ◦ blue 20

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

Shades of Harlequin #47F014

Tints of Harlequin #47F014

RGB

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

 GREEN value IS 240 (94.14% from 255) = 72.51%

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

R = 21.45%
G = 72.51%
B = 6.04%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#47F014 (or 0x47F014) is known color: Harlequin. HEX triplet: 47, F0 and 14. RGB value is (71,240,20). Sum of RGB (Red+Green+Blue) = 71+240+20=331 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.45% from 331); Green value is 240 (94.14% from 255 or 72.51% from 331); Blue value is 20 (8.20% from 255 or 6.04% from 331); Max value from RGB is 240 - color contains mainly: green. Hex color #47F014 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #47F014 is #B80FEB. Grayscale: #A5A5A5. Windows color (decimal): -12062700 or 1372231. OLE color: 1372231.

HSL color Cylindrical-coordinate representation of color #47F014: hue angle of 106.09º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #47F014 is Cyan = 0.70, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 71 240 20 -
CMYK 0.70 0 0.92 0.06
HSL 106.09º 0.88% 0.51% -
HSV(B) 106.09º 0.92% 0.94% -
XYZ 33.88 63.71 11.17 -
YUV 164.39 46.51 61.39 -
System Red Green Blue C M Y K H S L
Decimal 71 240 20 0.70 0 0.92 0.06 106.09 0.88 0.51
Hex 47 F0 14 46 0 5C 6 6A 58 33
Octal 107 360 24 106 0 134 6 152 130 63
Binary 1000111 11110000 10100 1000110 0 1011100 110 1101010 1011000 110011

Color Harmonies of #47F014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47F014

Black with #47F014

Text Example


Text Example

White with #47F014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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