Shades of Malachite #25D069
Tints of Malachite #25D069
RGB
CMYK
RGB Variations
Color information
#25D069 (or 0x25D069) is known color: Malachite. HEX triplet: 25, D0 and 69. RGB value is (37,208,105). Sum of RGB (Red+Green+Blue) = 37+208+105=350 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.57% from 350); Green value is 208 (81.64% from 255 or 59.43% from 350); Blue value is 105 (41.41% from 255 or 30% from 350); Max value from RGB is 208 - color contains mainly: green. Hex color #25D069 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #25D069 is #DA2F96. Grayscale: #919191. Windows color (decimal): -14299031 or 6934565. OLE color: 6934565.
HSL color Cylindrical-coordinate representation of color #25D069: hue angle of 143.86º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25D069 is Cyan = 0.82, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 37 | 208 | 105 | - |
| CMYK | 0.82 | 0 | 0.50 | 0.18 |
| HSL | 143.86º | 0.7% | 0.48% | - |
| HSV(B) | 143.86º | 0.82% | 0.82% | - |
| XYZ | 25.87 | 46.52 | 20.98 | - |
| YUV | 145.13 | 105.35 | 50.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 208 | 105 | 0.82 | 0 | 0.50 | 0.18 | 143.86 | 0.7 | 0.48 |
| Hex | 25 | D0 | 69 | 52 | 0 | 32 | 12 | 90 | 46 | 30 |
| Octal | 45 | 320 | 151 | 122 | 0 | 62 | 22 | 220 | 106 | 60 |
| Binary | 100101 | 11010000 | 1101001 | 1010010 | 0 | 110010 | 10010 | 10010000 | 1000110 | 110000 |
Color Harmonies of #25D069
Complementary color
Monochromatic Colors of #25D069
Black with #25D069
Text Example
Text Example
White with #25D069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25D069; }
p { color: rgb(37,208,105); }
H1.HeaderClassName
{
color: #25D069;
}
.AnyTagClassName
{
color: #25D069;
}
</style>
background-color css
<style>
a { background-color: #25D069; }
a { background-color: rgb(37,208,105); }
div.DivClassName
{
background-color: #25D069;
}
.BgClassName
{
background-color: #25D069;
}
</style>
border-color css
<style>
span { border-color: #25D069; }
span { border-color: rgb(37,208,105); }
td.TdClassName
{
border-color: #25D069;
}
.TagClassName
{
border-color: #25D069;
}
</style>