Html Css Color HEX #47F120 Harlequin

📋 copy color: '#47F120'

red 71 ◦ green 241 ◦ blue 32

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

Shades of Harlequin #47F120

Tints of Harlequin #47F120

RGB

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

 GREEN value IS 241 (94.53% from 255) = 70.06%

 BLUE value IS 32 (12.89% from 255) = 9.3%

R = 20.64%
G = 70.06%
B = 9.3%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#47F120 (or 0x47F120) is known color: Harlequin. HEX triplet: 47, F1 and 20. RGB value is (71,241,32). Sum of RGB (Red+Green+Blue) = 71+241+32=344 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.64% from 344); Green value is 241 (94.53% from 255 or 70.06% from 344); Blue value is 32 (12.89% from 255 or 9.30% from 344); Max value from RGB is 241 - color contains mainly: green. Hex color #47F120 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #47F120 is #B80EDF. Grayscale: #A7A7A7. Windows color (decimal): -12062432 or 2158919. OLE color: 2158919.

HSL color Cylindrical-coordinate representation of color #47F120: hue angle of 108.8º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #47F120 is Cyan = 0.71, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB 71 241 32 -
CMYK 0.71 0 0.87 0.05
HSL 108.8º 0.88% 0.54% -
HSV(B) 108.8º 0.87% 0.95% -
XYZ 34.31 64.35 11.98 -
YUV 166.34 52.18 59.99 -
System Red Green Blue C M Y K H S L
Decimal 71 241 32 0.71 0 0.87 0.05 108.8 0.88 0.54
Hex 47 F1 20 47 0 57 5 6D 58 36
Octal 107 361 40 107 0 127 5 155 130 66
Binary 1000111 11110001 100000 1000111 0 1010111 101 1101101 1011000 110110

Color Harmonies of #47F120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47F120

Black with #47F120

Text Example


Text Example

White with #47F120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,241,32); }

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

background-color css

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

 a { background-color: rgb(71,241,32); }

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

border-color css

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

 span { border-color: rgb(71,241,32); }

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