Shades of Malachite #25F253
Tints of Malachite #25F253
RGB
CMYK
RGB Variations
Color information
#25F253 (or 0x25F253) is known color: Malachite. HEX triplet: 25, F2 and 53. RGB value is (37,242,83). Sum of RGB (Red+Green+Blue) = 37+242+83=362 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.22% from 362); Green value is 242 (94.92% from 255 or 66.85% from 362); Blue value is 83 (32.81% from 255 or 22.93% from 362); Max value from RGB is 242 - color contains mainly: green. Hex color #25F253 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #25F253 is #DA0DAC. Grayscale: #A3A3A3. Windows color (decimal): -14290349 or 5501477. OLE color: 5501477.
HSL color Cylindrical-coordinate representation of color #25F253: hue angle of 133.46º degrees, saturation: 0.89, 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 #25F253 is Cyan = 0.85, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 37 | 242 | 83 | - |
| CMYK | 0.85 | 0 | 0.66 | 0.05 |
| HSL | 133.46º | 0.89% | 0.55% | - |
| HSV(B) | 133.46º | 0.85% | 0.95% | - |
| XYZ | 34.08 | 64.52 | 18.84 | - |
| YUV | 162.58 | 83.08 | 38.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 242 | 83 | 0.85 | 0 | 0.66 | 0.05 | 133.46 | 0.89 | 0.55 |
| Hex | 25 | F2 | 53 | 55 | 0 | 42 | 5 | 85 | 59 | 37 |
| Octal | 45 | 362 | 123 | 125 | 0 | 102 | 5 | 205 | 131 | 67 |
| Binary | 100101 | 11110010 | 1010011 | 1010101 | 0 | 1000010 | 101 | 10000101 | 1011001 | 110111 |
Color Harmonies of #25F253
Complementary color
Monochromatic Colors of #25F253
Black with #25F253
Text Example
Text Example
White with #25F253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25F253; }
p { color: rgb(37,242,83); }
H1.HeaderClassName
{
color: #25F253;
}
.AnyTagClassName
{
color: #25F253;
}
</style>
background-color css
<style>
a { background-color: #25F253; }
a { background-color: rgb(37,242,83); }
div.DivClassName
{
background-color: #25F253;
}
.BgClassName
{
background-color: #25F253;
}
</style>
border-color css
<style>
span { border-color: #25F253; }
span { border-color: rgb(37,242,83); }
td.TdClassName
{
border-color: #25F253;
}
.TagClassName
{
border-color: #25F253;
}
</style>