Shades of Harlequin #3DF302
Tints of Harlequin #3DF302
RGB
CMYK
RGB Variations
Color information
#3DF302 (or 0x3DF302) is known color: Harlequin. HEX triplet: 3D, F3 and 02. RGB value is (61,243,2). Sum of RGB (Red+Green+Blue) = 61+243+2=306 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.93% from 306); Green value is 243 (95.31% from 255 or 79.41% from 306); Blue value is 2 (1.17% from 255 or 0.65% from 306); Max value from RGB is 243 - color contains mainly: green. Hex color #3DF302 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DF302 is #C20CFD. Grayscale: #A1A1A1. Windows color (decimal): -12717310 or 193341. OLE color: 193341.
HSL color Cylindrical-coordinate representation of color #3DF302: hue angle of 105.31º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3DF302 is Cyan = 0.75, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 243 | 2 | - |
| CMYK | 0.75 | 0 | 0.99 | 0.05 |
| HSL | 105.31º | 0.98% | 0.48% | - |
| HSV(B) | 105.31º | 0.99% | 0.95% | - |
| XYZ | 33.99 | 65.1 | 10.83 | - |
| YUV | 161.11 | 38.2 | 56.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 243 | 2 | 0.75 | 0 | 0.99 | 0.05 | 105.31 | 0.98 | 0.48 |
| Hex | 3D | F3 | 2 | 4B | 0 | 63 | 5 | 69 | 62 | 30 |
| Octal | 75 | 363 | 2 | 113 | 0 | 143 | 5 | 151 | 142 | 60 |
| Binary | 111101 | 11110011 | 10 | 1001011 | 0 | 1100011 | 101 | 1101001 | 1100010 | 110000 |
Color Harmonies of #3DF302
Complementary color
Monochromatic Colors of #3DF302
Black with #3DF302
Text Example
Text Example
White with #3DF302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF302; }
p { color: rgb(61,243,2); }
H1.HeaderClassName
{
color: #3DF302;
}
.AnyTagClassName
{
color: #3DF302;
}
</style>
background-color css
<style>
a { background-color: #3DF302; }
a { background-color: rgb(61,243,2); }
div.DivClassName
{
background-color: #3DF302;
}
.BgClassName
{
background-color: #3DF302;
}
</style>
border-color css
<style>
span { border-color: #3DF302; }
span { border-color: rgb(61,243,2); }
td.TdClassName
{
border-color: #3DF302;
}
.TagClassName
{
border-color: #3DF302;
}
</style>