#3BFE16

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

Shades of Harlequin #3BFE16

Tints of Harlequin #3BFE16

Color information

#3BFE16 (or 0x3BFE16) is unknown color: approx Harlequin. HEX triplet: 3B, FE and 16. RGB value is (59,254,22). Sum of RGB (Red+Green+Blue) = 59+254+22=335 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.61% from 335); Green value is 254 (99.61% from 255 or 75.82% from 335); Blue value is 22 (8.98% from 255 or 6.57% from 335); Max value from RGB is 254 - color contains mainly: green. Hex color #3BFE16 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3BFE16 is #C401E9. Grayscale: #A9A9A9. Windows color (decimal): -12845546 or 1506875. OLE color: 1506875.

HSL color Cylindrical-coordinate representation of color #3BFE16: hue angle of 110.43º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3BFE16 is Cyan = 0.77, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.00.

Color convert

RGB5925422-
CMYK0.7700.910.00
HSL110.43º99.15%54.12%-
HSV(B)110.43º91.34%99.61%-
XYZ37.3971.8712.66-
YUV169.2544.949.36-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.61%
GREEN value IS 254 (99.61% from 255) = 75.82%
BLUE value IS 22 (8.98% from 255) = 6.57%
R=17.61%
G=75.82%
B=6.57%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal59254220.7700.910.00110.4399.1554.12
Hex3BFE164D05B06e6336
Octal73376261150133015614366
Binary1110111111111010110100110101011011011011101100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BFE16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,254,22); }

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

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

 a { background-color: rgb(59,254,22); }

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

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

 span { border-color: rgb(59,254,22); }

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