Shades of Harlequin #3DFE30
Tints of Harlequin #3DFE30
RGB
CMYK
RGB Variations
Color information
#3DFE30 (or 0x3DFE30) is known color: Harlequin. HEX triplet: 3D, FE and 30. RGB value is (61,254,48). Sum of RGB (Red+Green+Blue) = 61+254+48=363 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.80% from 363); Green value is 254 (99.61% from 255 or 69.97% from 363); Blue value is 48 (19.14% from 255 or 13.22% from 363); Max value from RGB is 254 - color contains mainly: green. Hex color #3DFE30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DFE30 is #C201CF. Grayscale: #ADADAD. Windows color (decimal): -12714448 or 3210813. OLE color: 3210813.
HSL color Cylindrical-coordinate representation of color #3DFE30: hue angle of 116.21º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3DFE30 is Cyan = 0.76, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 61 | 254 | 48 | - |
| CMYK | 0.76 | 0 | 0.81 | 0.00 |
| HSL | 116.21º | 0.99% | 0.59% | - |
| HSV(B) | 116.21º | 0.81% | 1% | - |
| XYZ | 37.9 | 72.09 | 14.71 | - |
| YUV | 172.81 | 57.56 | 48.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 254 | 48 | 0.76 | 0 | 0.81 | 0.00 | 116.21 | 0.99 | 0.59 |
| Hex | 3D | FE | 30 | 4C | 0 | 51 | 0 | 74 | 63 | 3B |
| Octal | 75 | 376 | 60 | 114 | 0 | 121 | 0 | 164 | 143 | 73 |
| Binary | 111101 | 11111110 | 110000 | 1001100 | 0 | 1010001 | 0 | 1110100 | 1100011 | 111011 |
Color Harmonies of #3DFE30
Complementary color
Monochromatic Colors of #3DFE30
Black with #3DFE30
Text Example
Text Example
White with #3DFE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFE30; }
p { color: rgb(61,254,48); }
H1.HeaderClassName
{
color: #3DFE30;
}
.AnyTagClassName
{
color: #3DFE30;
}
</style>
background-color css
<style>
a { background-color: #3DFE30; }
a { background-color: rgb(61,254,48); }
div.DivClassName
{
background-color: #3DFE30;
}
.BgClassName
{
background-color: #3DFE30;
}
</style>
border-color css
<style>
span { border-color: #3DFE30; }
span { border-color: rgb(61,254,48); }
td.TdClassName
{
border-color: #3DFE30;
}
.TagClassName
{
border-color: #3DFE30;
}
</style>