Shades of Malachite #25F352
Tints of Malachite #25F352
RGB
CMYK
RGB Variations
Color information
#25F352 (or 0x25F352) is known color: Malachite. HEX triplet: 25, F3 and 52. RGB value is (37,243,82). Sum of RGB (Red+Green+Blue) = 37+243+82=362 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.22% from 362); Green value is 243 (95.31% from 255 or 67.13% from 362); Blue value is 82 (32.42% from 255 or 22.65% from 362); Max value from RGB is 243 - color contains mainly: green. Hex color #25F352 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #25F352 is #DA0CAD. Grayscale: #A3A3A3. Windows color (decimal): -14290094 or 5436197. OLE color: 5436197.
HSL color Cylindrical-coordinate representation of color #25F352: hue angle of 133.11º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25F352 is Cyan = 0.85, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 37 | 243 | 82 | - |
| CMYK | 0.85 | 0 | 0.66 | 0.05 |
| HSL | 133.11º | 0.9% | 0.55% | - |
| HSV(B) | 133.11º | 0.85% | 0.95% | - |
| XYZ | 34.34 | 65.1 | 18.74 | - |
| YUV | 163.05 | 82.25 | 38.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 243 | 82 | 0.85 | 0 | 0.66 | 0.05 | 133.11 | 0.9 | 0.55 |
| Hex | 25 | F3 | 52 | 55 | 0 | 42 | 5 | 85 | 5A | 37 |
| Octal | 45 | 363 | 122 | 125 | 0 | 102 | 5 | 205 | 132 | 67 |
| Binary | 100101 | 11110011 | 1010010 | 1010101 | 0 | 1000010 | 101 | 10000101 | 1011010 | 110111 |
Color Harmonies of #25F352
Complementary color
Monochromatic Colors of #25F352
Black with #25F352
Text Example
Text Example
White with #25F352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25F352; }
p { color: rgb(37,243,82); }
H1.HeaderClassName
{
color: #25F352;
}
.AnyTagClassName
{
color: #25F352;
}
</style>
background-color css
<style>
a { background-color: #25F352; }
a { background-color: rgb(37,243,82); }
div.DivClassName
{
background-color: #25F352;
}
.BgClassName
{
background-color: #25F352;
}
</style>
border-color css
<style>
span { border-color: #25F352; }
span { border-color: rgb(37,243,82); }
td.TdClassName
{
border-color: #25F352;
}
.TagClassName
{
border-color: #25F352;
}
</style>