Shades of Harlequin #3DDA08
Tints of Harlequin #3DDA08
RGB
CMYK
RGB Variations
Color information
#3DDA08 (or 0x3DDA08) is known color: Harlequin. HEX triplet: 3D, DA and 08. RGB value is (61,218,8). Sum of RGB (Red+Green+Blue) = 61+218+8=287 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.25% from 287); Green value is 218 (85.55% from 255 or 75.96% from 287); Blue value is 8 (3.52% from 255 or 2.79% from 287); Max value from RGB is 218 - color contains mainly: green. Hex color #3DDA08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DDA08 is #C225F7. Grayscale: #939393. Windows color (decimal): -12723704 or 580157. OLE color: 580157.
HSL color Cylindrical-coordinate representation of color #3DDA08: hue angle of 104.86º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3DDA08 is Cyan = 0.72, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 61 | 218 | 8 | - |
| CMYK | 0.72 | 0 | 0.96 | 0.15 |
| HSL | 104.86º | 0.93% | 0.44% | - |
| HSV(B) | 104.86º | 0.96% | 0.85% | - |
| XYZ | 27.04 | 51.15 | 8.68 | - |
| YUV | 147.12 | 49.49 | 66.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 218 | 8 | 0.72 | 0 | 0.96 | 0.15 | 104.86 | 0.93 | 0.44 |
| Hex | 3D | DA | 8 | 48 | 0 | 60 | F | 69 | 5D | 2C |
| Octal | 75 | 332 | 10 | 110 | 0 | 140 | 17 | 151 | 135 | 54 |
| Binary | 111101 | 11011010 | 1000 | 1001000 | 0 | 1100000 | 1111 | 1101001 | 1011101 | 101100 |
Color Harmonies of #3DDA08
Complementary color
Monochromatic Colors of #3DDA08
Black with #3DDA08
Text Example
Text Example
White with #3DDA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDA08; }
p { color: rgb(61,218,8); }
H1.HeaderClassName
{
color: #3DDA08;
}
.AnyTagClassName
{
color: #3DDA08;
}
</style>
background-color css
<style>
a { background-color: #3DDA08; }
a { background-color: rgb(61,218,8); }
div.DivClassName
{
background-color: #3DDA08;
}
.BgClassName
{
background-color: #3DDA08;
}
</style>
border-color css
<style>
span { border-color: #3DDA08; }
span { border-color: rgb(61,218,8); }
td.TdClassName
{
border-color: #3DDA08;
}
.TagClassName
{
border-color: #3DDA08;
}
</style>