Shades of Malachite #25D64B
Tints of Malachite #25D64B
RGB
CMYK
RGB Variations
Color information
#25D64B (or 0x25D64B) is known color: Malachite. HEX triplet: 25, D6 and 4B. RGB value is (37,214,75). Sum of RGB (Red+Green+Blue) = 37+214+75=326 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.35% from 326); Green value is 214 (83.98% from 255 or 65.64% from 326); Blue value is 75 (29.69% from 255 or 23.01% from 326); Max value from RGB is 214 - color contains mainly: green. Hex color #25D64B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25D64B is #DA29B4. Grayscale: #919191. Windows color (decimal): -14297525 or 4970021. OLE color: 4970021.
HSL color Cylindrical-coordinate representation of color #25D64B: hue angle of 132.88º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25D64B is Cyan = 0.83, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 37 | 214 | 75 | - |
| CMYK | 0.83 | 0 | 0.65 | 0.16 |
| HSL | 132.88º | 0.71% | 0.49% | - |
| HSV(B) | 132.88º | 0.83% | 0.84% | - |
| XYZ | 26.08 | 48.99 | 14.74 | - |
| YUV | 145.23 | 88.36 | 50.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 214 | 75 | 0.83 | 0 | 0.65 | 0.16 | 132.88 | 0.71 | 0.49 |
| Hex | 25 | D6 | 4B | 53 | 0 | 41 | 10 | 85 | 47 | 31 |
| Octal | 45 | 326 | 113 | 123 | 0 | 101 | 20 | 205 | 107 | 61 |
| Binary | 100101 | 11010110 | 1001011 | 1010011 | 0 | 1000001 | 10000 | 10000101 | 1000111 | 110001 |
Color Harmonies of #25D64B
Complementary color
Monochromatic Colors of #25D64B
Black with #25D64B
Text Example
Text Example
White with #25D64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25D64B; }
p { color: rgb(37,214,75); }
H1.HeaderClassName
{
color: #25D64B;
}
.AnyTagClassName
{
color: #25D64B;
}
</style>
background-color css
<style>
a { background-color: #25D64B; }
a { background-color: rgb(37,214,75); }
div.DivClassName
{
background-color: #25D64B;
}
.BgClassName
{
background-color: #25D64B;
}
</style>
border-color css
<style>
span { border-color: #25D64B; }
span { border-color: rgb(37,214,75); }
td.TdClassName
{
border-color: #25D64B;
}
.TagClassName
{
border-color: #25D64B;
}
</style>