#3FF71B

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

Shades of Harlequin #3FF71B

Tints of Harlequin #3FF71B

Color information

#3FF71B (or 0x3FF71B) is unknown color: approx Harlequin. HEX triplet: 3F, F7 and 1B. RGB value is (63,247,27). Sum of RGB (Red+Green+Blue) = 63+247+27=337 (44% of max value = 765). Red value is 63 (25% from 255 or 18.69% from 337); Green value is 247 (96.88% from 255 or 73.29% from 337); Blue value is 27 (10.94% from 255 or 8.01% from 337); Max value from RGB is 247 - color contains mainly: green. Hex color #3FF71B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF71B is #C008E4. Grayscale: #A7A7A7. Windows color (decimal): -12585189 or 1832767. OLE color: 1832767.

HSL color Cylindrical-coordinate representation of color #3FF71B: hue angle of 110.18º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3FF71B is Cyan = 0.74, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.

Color convert

RGB6324727-
CMYK0.7400.890.03
HSL110.18º93.22%53.73%-
HSV(B)110.18º89.07%96.86%-
XYZ35.5167.6612.22-
YUV166.949.0453.89-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.69%
GREEN value IS 247 (96.88% from 255) = 73.29%
BLUE value IS 27 (10.94% from 255) = 8.01%
R=18.69%
G=73.29%
B=8.01%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal63247270.7400.890.03110.1893.2253.73
Hex3FF71B4A05936e5d36
Octal77367331120131315613566
Binary11111111110111110111001010010110011111011101011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FF71B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3FF71B; }

 p { color: rgb(63,247,27); }

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

<style>
 a { background-color: #3FF71B; }

 a { background-color: rgb(63,247,27); }

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

<style>
 span { border-color: #3FF71B; }

 span { border-color: rgb(63,247,27); }

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