Shades of Malachite #0DF93F
Tints of Malachite #0DF93F
RGB
CMYK
RGB Variations
Color information
#0DF93F (or 0x0DF93F) is known color: Malachite. HEX triplet: 0D, F9 and 3F. RGB value is (13,249,63). Sum of RGB (Red+Green+Blue) = 13+249+63=325 (43% of max value = 765). Red value is 13 (5.47% from 255 or 4% from 325); Green value is 249 (97.66% from 255 or 76.62% from 325); Blue value is 63 (25% from 255 or 19.38% from 325); Max value from RGB is 249 - color contains mainly: green. Hex color #0DF93F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0DF93F is #F206C0. Grayscale: #9D9D9D. Windows color (decimal): -15861441 or 4192525. OLE color: 4192525.
HSL color Cylindrical-coordinate representation of color #0DF93F: hue angle of 132.71º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF93F is Cyan = 0.95, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 13 | 249 | 63 | - |
| CMYK | 0.95 | 0 | 0.75 | 0.02 |
| HSL | 132.71º | 0.95% | 0.51% | - |
| HSV(B) | 132.71º | 0.95% | 0.98% | - |
| XYZ | 34.94 | 68.2 | 16.02 | - |
| YUV | 157.23 | 74.81 | 25.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 249 | 63 | 0.95 | 0 | 0.75 | 0.02 | 132.71 | 0.95 | 0.51 |
| Hex | D | F9 | 3F | 5F | 0 | 4B | 2 | 85 | 5F | 33 |
| Octal | 15 | 371 | 77 | 137 | 0 | 113 | 2 | 205 | 137 | 63 |
| Binary | 1101 | 11111001 | 111111 | 1011111 | 0 | 1001011 | 10 | 10000101 | 1011111 | 110011 |
Color Harmonies of #0DF93F
Complementary color
Monochromatic Colors of #0DF93F
Black with #0DF93F
Text Example
Text Example
White with #0DF93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF93F; }
p { color: rgb(13,249,63); }
H1.HeaderClassName
{
color: #0DF93F;
}
.AnyTagClassName
{
color: #0DF93F;
}
</style>
background-color css
<style>
a { background-color: #0DF93F; }
a { background-color: rgb(13,249,63); }
div.DivClassName
{
background-color: #0DF93F;
}
.BgClassName
{
background-color: #0DF93F;
}
</style>
border-color css
<style>
span { border-color: #0DF93F; }
span { border-color: rgb(13,249,63); }
td.TdClassName
{
border-color: #0DF93F;
}
.TagClassName
{
border-color: #0DF93F;
}
</style>