Shades of Malachite #0DF743
Tints of Malachite #0DF743
RGB
CMYK
RGB Variations
Color information
#0DF743 (or 0x0DF743) is known color: Malachite. HEX triplet: 0D, F7 and 43. RGB value is (13,247,67). Sum of RGB (Red+Green+Blue) = 13+247+67=327 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.98% from 327); Green value is 247 (96.88% from 255 or 75.54% from 327); Blue value is 67 (26.56% from 255 or 20.49% from 327); Max value from RGB is 247 - color contains mainly: green. Hex color #0DF743 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0DF743 is #F208BC. Grayscale: #9D9D9D. Windows color (decimal): -15861949 or 4454157. OLE color: 4454157.
HSL color Cylindrical-coordinate representation of color #0DF743: hue angle of 133.85º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF743 is Cyan = 0.95, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 13 | 247 | 67 | - |
| CMYK | 0.95 | 0 | 0.73 | 0.03 |
| HSL | 133.85º | 0.94% | 0.51% | - |
| HSV(B) | 133.85º | 0.95% | 0.97% | - |
| XYZ | 34.44 | 67.01 | 16.43 | - |
| YUV | 156.51 | 77.48 | 25.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 247 | 67 | 0.95 | 0 | 0.73 | 0.03 | 133.85 | 0.94 | 0.51 |
| Hex | D | F7 | 43 | 5F | 0 | 49 | 3 | 86 | 5E | 33 |
| Octal | 15 | 367 | 103 | 137 | 0 | 111 | 3 | 206 | 136 | 63 |
| Binary | 1101 | 11110111 | 1000011 | 1011111 | 0 | 1001001 | 11 | 10000110 | 1011110 | 110011 |
Color Harmonies of #0DF743
Complementary color
Monochromatic Colors of #0DF743
Black with #0DF743
Text Example
Text Example
White with #0DF743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF743; }
p { color: rgb(13,247,67); }
H1.HeaderClassName
{
color: #0DF743;
}
.AnyTagClassName
{
color: #0DF743;
}
</style>
background-color css
<style>
a { background-color: #0DF743; }
a { background-color: rgb(13,247,67); }
div.DivClassName
{
background-color: #0DF743;
}
.BgClassName
{
background-color: #0DF743;
}
</style>
border-color css
<style>
span { border-color: #0DF743; }
span { border-color: rgb(13,247,67); }
td.TdClassName
{
border-color: #0DF743;
}
.TagClassName
{
border-color: #0DF743;
}
</style>