Shades of Harlequin #3BE00A
Tints of Harlequin #3BE00A
RGB
CMYK
RGB Variations
Color information
#3BE00A (or 0x3BE00A) is known color: Harlequin. HEX triplet: 3B, E0 and 0A. RGB value is (59,224,10). Sum of RGB (Red+Green+Blue) = 59+224+10=293 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.14% from 293); Green value is 224 (87.89% from 255 or 76.45% from 293); Blue value is 10 (4.30% from 255 or 3.41% from 293); Max value from RGB is 224 - color contains mainly: green. Hex color #3BE00A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BE00A is #C41FF5. Grayscale: #969696. Windows color (decimal): -12853238 or 712763. OLE color: 712763.
HSL color Cylindrical-coordinate representation of color #3BE00A: hue angle of 106.26º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3BE00A is Cyan = 0.74, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 59 | 224 | 10 | - |
| CMYK | 0.74 | 0 | 0.96 | 0.12 |
| HSL | 106.26º | 0.91% | 0.46% | - |
| HSV(B) | 106.26º | 0.96% | 0.88% | - |
| XYZ | 28.51 | 54.26 | 9.26 | - |
| YUV | 150.27 | 48.84 | 62.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 224 | 10 | 0.74 | 0 | 0.96 | 0.12 | 106.26 | 0.91 | 0.46 |
| Hex | 3B | E0 | A | 4A | 0 | 60 | C | 6A | 5B | 2E |
| Octal | 73 | 340 | 12 | 112 | 0 | 140 | 14 | 152 | 133 | 56 |
| Binary | 111011 | 11100000 | 1010 | 1001010 | 0 | 1100000 | 1100 | 1101010 | 1011011 | 101110 |
Color Harmonies of #3BE00A
Complementary color
Monochromatic Colors of #3BE00A
Black with #3BE00A
Text Example
Text Example
White with #3BE00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE00A; }
p { color: rgb(59,224,10); }
H1.HeaderClassName
{
color: #3BE00A;
}
.AnyTagClassName
{
color: #3BE00A;
}
</style>
background-color css
<style>
a { background-color: #3BE00A; }
a { background-color: rgb(59,224,10); }
div.DivClassName
{
background-color: #3BE00A;
}
.BgClassName
{
background-color: #3BE00A;
}
</style>
border-color css
<style>
span { border-color: #3BE00A; }
span { border-color: rgb(59,224,10); }
td.TdClassName
{
border-color: #3BE00A;
}
.TagClassName
{
border-color: #3BE00A;
}
</style>