Shades of Malachite #0DFF3C
Tints of Malachite #0DFF3C
RGB
CMYK
RGB Variations
Color information
#0DFF3C (or 0x0DFF3C) is known color: Malachite. HEX triplet: 0D, FF and 3C. RGB value is (13,255,60). Sum of RGB (Red+Green+Blue) = 13+255+60=328 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.96% from 328); Green value is 255 (100% from 255 or 77.74% from 328); Blue value is 60 (23.83% from 255 or 18.29% from 328); Max value from RGB is 255 - color contains mainly: green. Hex color #0DFF3C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0DFF3C is #F200C3. Grayscale: #A0A0A0. Windows color (decimal): -15859908 or 3997453. OLE color: 3997453.
HSL color Cylindrical-coordinate representation of color #0DFF3C: hue angle of 131.65º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DFF3C is Cyan = 0.95, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 13 | 255 | 60 | - |
| CMYK | 0.95 | 0 | 0.76 | 0 |
| HSL | 131.65º | 1% | 0.53% | - |
| HSV(B) | 131.65º | 0.95% | 1% | - |
| XYZ | 36.74 | 71.93 | 16.22 | - |
| YUV | 160.41 | 71.33 | 22.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 255 | 60 | 0.95 | 0 | 0.76 | 0 | 131.65 | 1 | 0.53 |
| Hex | D | FF | 3C | 5F | 0 | 4C | 0 | 84 | 64 | 35 |
| Octal | 15 | 377 | 74 | 137 | 0 | 114 | 0 | 204 | 144 | 65 |
| Binary | 1101 | 11111111 | 111100 | 1011111 | 0 | 1001100 | 0 | 10000100 | 1100100 | 110101 |
Color Harmonies of #0DFF3C
Complementary color
Monochromatic Colors of #0DFF3C
Black with #0DFF3C
Text Example
Text Example
White with #0DFF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFF3C; }
p { color: rgb(13,255,60); }
H1.HeaderClassName
{
color: #0DFF3C;
}
.AnyTagClassName
{
color: #0DFF3C;
}
</style>
background-color css
<style>
a { background-color: #0DFF3C; }
a { background-color: rgb(13,255,60); }
div.DivClassName
{
background-color: #0DFF3C;
}
.BgClassName
{
background-color: #0DFF3C;
}
</style>
border-color css
<style>
span { border-color: #0DFF3C; }
span { border-color: rgb(13,255,60); }
td.TdClassName
{
border-color: #0DFF3C;
}
.TagClassName
{
border-color: #0DFF3C;
}
</style>