#47F01B

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

Shades of Harlequin #47F01B

Tints of Harlequin #47F01B

Color information

#47F01B (or 0x47F01B) is unknown color: approx Harlequin. HEX triplet: 47, F0 and 1B. RGB value is (71,240,27). Sum of RGB (Red+Green+Blue) = 71+240+27=338 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.01% from 338); Green value is 240 (94.14% from 255 or 71.01% from 338); Blue value is 27 (10.94% from 255 or 7.99% from 338); Max value from RGB is 240 - color contains mainly: green. Hex color #47F01B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #47F01B is #B80FE4. Grayscale: #A5A5A5. Windows color (decimal): -12062693 or 1830983. OLE color: 1830983.

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

Color convert

RGB7124027-
CMYK0.7000.890.06
HSL107.61º87.65%52.35%-
HSV(B)107.61º88.75%94.12%-
XYZ33.9663.7411.55-
YUV165.1950.0160.82-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.01%
GREEN value IS 240 (94.14% from 255) = 71.01%
BLUE value IS 27 (10.94% from 255) = 7.99%
R=21.01%
G=71.01%
B=7.99%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal71240270.7000.890.06107.6187.6552.35
Hex47F01B4605966c5834
Octal107360331060131615413064
Binary1000111111100001101110001100101100111011011001011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47F01B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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