Shades of Harlequin #3DF908
Tints of Harlequin #3DF908
RGB
CMYK
RGB Variations
Color information
#3DF908 (or 0x3DF908) is known color: Harlequin. HEX triplet: 3D, F9 and 08. RGB value is (61,249,8). Sum of RGB (Red+Green+Blue) = 61+249+8=318 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.18% from 318); Green value is 249 (97.66% from 255 or 78.30% from 318); Blue value is 8 (3.52% from 255 or 2.52% from 318); Max value from RGB is 249 - color contains mainly: green. Hex color #3DF908 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DF908 is #C206F7. Grayscale: #A6A6A6. Windows color (decimal): -12715768 or 588093. OLE color: 588093.
HSL color Cylindrical-coordinate representation of color #3DF908: hue angle of 106.8º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3DF908 is Cyan = 0.76, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 61 | 249 | 8 | - |
| CMYK | 0.76 | 0 | 0.97 | 0.02 |
| HSL | 106.81º | 0.95% | 0.5% | - |
| HSV(B) | 106.81º | 0.97% | 0.98% | - |
| XYZ | 35.84 | 68.76 | 11.61 | - |
| YUV | 165.31 | 39.22 | 53.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 249 | 8 | 0.76 | 0 | 0.97 | 0.02 | 106.81 | 0.95 | 0.5 |
| Hex | 3D | F9 | 8 | 4C | 0 | 61 | 2 | 6B | 5F | 32 |
| Octal | 75 | 371 | 10 | 114 | 0 | 141 | 2 | 153 | 137 | 62 |
| Binary | 111101 | 11111001 | 1000 | 1001100 | 0 | 1100001 | 10 | 1101011 | 1011111 | 110010 |
Color Harmonies of #3DF908
Complementary color
Monochromatic Colors of #3DF908
Black with #3DF908
Text Example
Text Example
White with #3DF908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF908; }
p { color: rgb(61,249,8); }
H1.HeaderClassName
{
color: #3DF908;
}
.AnyTagClassName
{
color: #3DF908;
}
</style>
background-color css
<style>
a { background-color: #3DF908; }
a { background-color: rgb(61,249,8); }
div.DivClassName
{
background-color: #3DF908;
}
.BgClassName
{
background-color: #3DF908;
}
</style>
border-color css
<style>
span { border-color: #3DF908; }
span { border-color: rgb(61,249,8); }
td.TdClassName
{
border-color: #3DF908;
}
.TagClassName
{
border-color: #3DF908;
}
</style>