#3BF610

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

Shades of Harlequin #3BF610

Tints of Harlequin #3BF610

Color information

#3BF610 (or 0x3BF610) is unknown color: approx Harlequin. HEX triplet: 3B, F6 and 10. RGB value is (59,246,16). Sum of RGB (Red+Green+Blue) = 59+246+16=321 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.38% from 321); Green value is 246 (96.48% from 255 or 76.64% from 321); Blue value is 16 (6.64% from 255 or 4.98% from 321); Max value from RGB is 246 - color contains mainly: green. Hex color #3BF610 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3BF610 is #C409EF. Grayscale: #A4A4A4. Windows color (decimal): -12847600 or 1111611. OLE color: 1111611.

HSL color Cylindrical-coordinate representation of color #3BF610: hue angle of 108.78º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3BF610 is Cyan = 0.76, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB5924616-
CMYK0.7600.930.04
HSL108.78º92.74%51.37%-
HSV(B)108.78º93.5%96.47%-
XYZ34.8566.8811.56-
YUV163.8744.5553.2-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.38%
GREEN value IS 246 (96.48% from 255) = 76.64%
BLUE value IS 16 (6.64% from 255) = 4.98%
R=18.38%
G=76.64%
B=4.98%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal59246160.7600.930.04108.7892.7451.37
Hex3BF6104C05D46d5d33
Octal73366201140135415513563
Binary111011111101101000010011000101110110011011011011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BF610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,246,16); }

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

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

 a { background-color: rgb(59,246,16); }

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

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

 span { border-color: rgb(59,246,16); }

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