Shades of Harlequin #3DF225
Tints of Harlequin #3DF225
RGB
CMYK
RGB Variations
Color information
#3DF225 (or 0x3DF225) is known color: Harlequin. HEX triplet: 3D, F2 and 25. RGB value is (61,242,37). Sum of RGB (Red+Green+Blue) = 61+242+37=340 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.94% from 340); Green value is 242 (94.92% from 255 or 71.18% from 340); Blue value is 37 (14.84% from 255 or 10.88% from 340); Max value from RGB is 242 - color contains mainly: green. Hex color #3DF225 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF225 is #C20DDA. Grayscale: #A5A5A5. Windows color (decimal): -12717531 or 2486845. OLE color: 2486845.
HSL color Cylindrical-coordinate representation of color #3DF225: hue angle of 112.98º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3DF225 is Cyan = 0.75, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 242 | 37 | - |
| CMYK | 0.75 | 0 | 0.85 | 0.05 |
| HSL | 112.98º | 0.89% | 0.55% | - |
| HSV(B) | 112.98º | 0.85% | 0.95% | - |
| XYZ | 34.01 | 64.63 | 12.43 | - |
| YUV | 164.51 | 56.03 | 54.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 242 | 37 | 0.75 | 0 | 0.85 | 0.05 | 112.98 | 0.89 | 0.55 |
| Hex | 3D | F2 | 25 | 4B | 0 | 55 | 5 | 71 | 59 | 37 |
| Octal | 75 | 362 | 45 | 113 | 0 | 125 | 5 | 161 | 131 | 67 |
| Binary | 111101 | 11110010 | 100101 | 1001011 | 0 | 1010101 | 101 | 1110001 | 1011001 | 110111 |
Color Harmonies of #3DF225
Complementary color
Monochromatic Colors of #3DF225
Black with #3DF225
Text Example
Text Example
White with #3DF225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF225; }
p { color: rgb(61,242,37); }
H1.HeaderClassName
{
color: #3DF225;
}
.AnyTagClassName
{
color: #3DF225;
}
</style>
background-color css
<style>
a { background-color: #3DF225; }
a { background-color: rgb(61,242,37); }
div.DivClassName
{
background-color: #3DF225;
}
.BgClassName
{
background-color: #3DF225;
}
</style>
border-color css
<style>
span { border-color: #3DF225; }
span { border-color: rgb(61,242,37); }
td.TdClassName
{
border-color: #3DF225;
}
.TagClassName
{
border-color: #3DF225;
}
</style>