#47ff32

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

Shades of Harlequin #47FF32

Tints of Harlequin #47FF32

Color information

#47FF32 (or 0x47FF32) is unknown color: approx Harlequin. HEX triplet: 47, FF and 32. RGB value is (71,255,50). Sum of RGB (Red+Green+Blue) = 71+255+50=376 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.88% from 376); Green value is 255 (100% from 255 or 67.82% from 376); Blue value is 50 (19.92% from 255 or 13.30% from 376); Max value from RGB is 255 - color contains mainly: green. Hex color #47FF32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #47FF32 is #B800CD. Grayscale: #B1B1B1. Windows color (decimal): -12058830 or 3342151. OLE color: 3342151.

HSL color Cylindrical-coordinate representation of color #47FF32: hue angle of 113.85º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #47FF32 is Cyan = 0.72, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.

Color convert

RGB7125550-
CMYK0.7200.800
HSL113.85º100%59.8%-
HSV(B)113.85º80.39%100%-
XYZ38.9373.0915.07-
YUV176.6156.5452.67-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.88%
GREEN value IS 255 (100% from 255) = 67.82%
BLUE value IS 50 (19.92% from 255) = 13.30%
R=18.88%
G=67.82%
B=13.30%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal71255500.7200.800113.8510059.8
Hex47FF3248050072643c
Octal107377621100120016214474
Binary100011111111111110010100100001010000011100101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47ff32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,255,50); }

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

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

 a { background-color: rgb(71,255,50); }

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

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

 span { border-color: rgb(71,255,50); }

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