Shades of Harlequin #3DF91B
Tints of Harlequin #3DF91B
RGB
CMYK
RGB Variations
Color information
#3DF91B (or 0x3DF91B) is known color: Harlequin. HEX triplet: 3D, F9 and 1B. RGB value is (61,249,27). Sum of RGB (Red+Green+Blue) = 61+249+27=337 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.10% from 337); Green value is 249 (97.66% from 255 or 73.89% from 337); Blue value is 27 (10.94% from 255 or 8.01% from 337); Max value from RGB is 249 - color contains mainly: green. Hex color #3DF91B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF91B is #C206E4. Grayscale: #A8A8A8. Windows color (decimal): -12715749 or 1833277. OLE color: 1833277.
HSL color Cylindrical-coordinate representation of color #3DF91B: hue angle of 110.81º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3DF91B is Cyan = 0.76, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 61 | 249 | 27 | - |
| CMYK | 0.76 | 0 | 0.89 | 0.02 |
| HSL | 110.81º | 0.95% | 0.54% | - |
| HSV(B) | 110.81º | 0.89% | 0.98% | - |
| XYZ | 36 | 68.82 | 12.42 | - |
| YUV | 167.48 | 48.72 | 52.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 249 | 27 | 0.76 | 0 | 0.89 | 0.02 | 110.81 | 0.95 | 0.54 |
| Hex | 3D | F9 | 1B | 4C | 0 | 59 | 2 | 6F | 5F | 36 |
| Octal | 75 | 371 | 33 | 114 | 0 | 131 | 2 | 157 | 137 | 66 |
| Binary | 111101 | 11111001 | 11011 | 1001100 | 0 | 1011001 | 10 | 1101111 | 1011111 | 110110 |
Color Harmonies of #3DF91B
Complementary color
Monochromatic Colors of #3DF91B
Black with #3DF91B
Text Example
Text Example
White with #3DF91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF91B; }
p { color: rgb(61,249,27); }
H1.HeaderClassName
{
color: #3DF91B;
}
.AnyTagClassName
{
color: #3DF91B;
}
</style>
background-color css
<style>
a { background-color: #3DF91B; }
a { background-color: rgb(61,249,27); }
div.DivClassName
{
background-color: #3DF91B;
}
.BgClassName
{
background-color: #3DF91B;
}
</style>
border-color css
<style>
span { border-color: #3DF91B; }
span { border-color: rgb(61,249,27); }
td.TdClassName
{
border-color: #3DF91B;
}
.TagClassName
{
border-color: #3DF91B;
}
</style>