Shades of Harlequin #3DF427
Tints of Harlequin #3DF427
RGB
CMYK
RGB Variations
Color information
#3DF427 (or 0x3DF427) is known color: Harlequin. HEX triplet: 3D, F4 and 27. RGB value is (61,244,39). Sum of RGB (Red+Green+Blue) = 61+244+39=344 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.73% from 344); Green value is 244 (95.70% from 255 or 70.93% from 344); Blue value is 39 (15.62% from 255 or 11.34% from 344); Max value from RGB is 244 - color contains mainly: green. Hex color #3DF427 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF427 is #C20BD8. Grayscale: #A6A6A6. Windows color (decimal): -12717017 or 2618429. OLE color: 2618429.
HSL color Cylindrical-coordinate representation of color #3DF427: hue angle of 113.56º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3DF427 is Cyan = 0.75, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 61 | 244 | 39 | - |
| CMYK | 0.75 | 0 | 0.84 | 0.04 |
| HSL | 113.56º | 0.9% | 0.55% | - |
| HSV(B) | 113.56º | 0.84% | 0.96% | - |
| XYZ | 34.64 | 65.84 | 12.8 | - |
| YUV | 165.91 | 56.37 | 53.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 244 | 39 | 0.75 | 0 | 0.84 | 0.04 | 113.56 | 0.9 | 0.55 |
| Hex | 3D | F4 | 27 | 4B | 0 | 54 | 4 | 72 | 5A | 37 |
| Octal | 75 | 364 | 47 | 113 | 0 | 124 | 4 | 162 | 132 | 67 |
| Binary | 111101 | 11110100 | 100111 | 1001011 | 0 | 1010100 | 100 | 1110010 | 1011010 | 110111 |
Color Harmonies of #3DF427
Complementary color
Monochromatic Colors of #3DF427
Black with #3DF427
Text Example
Text Example
White with #3DF427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF427; }
p { color: rgb(61,244,39); }
H1.HeaderClassName
{
color: #3DF427;
}
.AnyTagClassName
{
color: #3DF427;
}
</style>
background-color css
<style>
a { background-color: #3DF427; }
a { background-color: rgb(61,244,39); }
div.DivClassName
{
background-color: #3DF427;
}
.BgClassName
{
background-color: #3DF427;
}
</style>
border-color css
<style>
span { border-color: #3DF427; }
span { border-color: rgb(61,244,39); }
td.TdClassName
{
border-color: #3DF427;
}
.TagClassName
{
border-color: #3DF427;
}
</style>