Shades of Harlequin #3BE305
Tints of Harlequin #3BE305
RGB
CMYK
RGB Variations
Color information
#3BE305 (or 0x3BE305) is known color: Harlequin. HEX triplet: 3B, E3 and 05. RGB value is (59,227,5). Sum of RGB (Red+Green+Blue) = 59+227+5=291 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.27% from 291); Green value is 227 (89.06% from 255 or 78.01% from 291); Blue value is 5 (2.34% from 255 or 1.72% from 291); Max value from RGB is 227 - color contains mainly: green. Hex color #3BE305 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BE305 is #C41CFA. Grayscale: #989898. Windows color (decimal): -12852475 or 385851. OLE color: 385851.
HSL color Cylindrical-coordinate representation of color #3BE305: hue angle of 105.41º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3BE305 is Cyan = 0.74, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 59 | 227 | 5 | - |
| CMYK | 0.74 | 0 | 0.98 | 0.11 |
| HSL | 105.41º | 0.96% | 0.45% | - |
| HSV(B) | 105.41º | 0.98% | 0.89% | - |
| XYZ | 29.3 | 55.88 | 9.39 | - |
| YUV | 151.46 | 45.34 | 62.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 227 | 5 | 0.74 | 0 | 0.98 | 0.11 | 105.41 | 0.96 | 0.45 |
| Hex | 3B | E3 | 5 | 4A | 0 | 62 | B | 69 | 60 | 2D |
| Octal | 73 | 343 | 5 | 112 | 0 | 142 | 13 | 151 | 140 | 55 |
| Binary | 111011 | 11100011 | 101 | 1001010 | 0 | 1100010 | 1011 | 1101001 | 1100000 | 101101 |
Color Harmonies of #3BE305
Complementary color
Monochromatic Colors of #3BE305
Black with #3BE305
Text Example
Text Example
White with #3BE305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE305; }
p { color: rgb(59,227,5); }
H1.HeaderClassName
{
color: #3BE305;
}
.AnyTagClassName
{
color: #3BE305;
}
</style>
background-color css
<style>
a { background-color: #3BE305; }
a { background-color: rgb(59,227,5); }
div.DivClassName
{
background-color: #3BE305;
}
.BgClassName
{
background-color: #3BE305;
}
</style>
border-color css
<style>
span { border-color: #3BE305; }
span { border-color: rgb(59,227,5); }
td.TdClassName
{
border-color: #3BE305;
}
.TagClassName
{
border-color: #3BE305;
}
</style>