Shades of Dark Pastel Green #25BA4E
Tints of Dark Pastel Green #25BA4E
RGB
CMYK
RGB Variations
Color information
#25BA4E (or 0x25BA4E) is known color: Dark Pastel Green. HEX triplet: 25, BA and 4E. RGB value is (37,186,78). Sum of RGB (Red+Green+Blue) = 37+186+78=301 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.29% from 301); Green value is 186 (73.05% from 255 or 61.79% from 301); Blue value is 78 (30.86% from 255 or 25.91% from 301); Max value from RGB is 186 - color contains mainly: green. Hex color #25BA4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #25BA4E is #DA45B1. Grayscale: #818181. Windows color (decimal): -14304690 or 5159461. OLE color: 5159461.
HSL color Cylindrical-coordinate representation of color #25BA4E: hue angle of 136.51º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25BA4E is Cyan = 0.80, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 186 | 78 | - |
| CMYK | 0.80 | 0 | 0.58 | 0.27 |
| HSL | 136.51º | 0.67% | 0.44% | - |
| HSV(B) | 136.51º | 0.8% | 0.73% | - |
| XYZ | 19.7 | 36.06 | 13.13 | - |
| YUV | 129.14 | 99.14 | 62.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 186 | 78 | 0.80 | 0 | 0.58 | 0.27 | 136.51 | 0.67 | 0.44 |
| Hex | 25 | BA | 4E | 50 | 0 | 3A | 1B | 89 | 43 | 2C |
| Octal | 45 | 272 | 116 | 120 | 0 | 72 | 33 | 211 | 103 | 54 |
| Binary | 100101 | 10111010 | 1001110 | 1010000 | 0 | 111010 | 11011 | 10001001 | 1000011 | 101100 |
Color Harmonies of #25BA4E
Complementary color
Monochromatic Colors of #25BA4E
Black with #25BA4E
Text Example
Text Example
White with #25BA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BA4E; }
p { color: rgb(37,186,78); }
H1.HeaderClassName
{
color: #25BA4E;
}
.AnyTagClassName
{
color: #25BA4E;
}
</style>
background-color css
<style>
a { background-color: #25BA4E; }
a { background-color: rgb(37,186,78); }
div.DivClassName
{
background-color: #25BA4E;
}
.BgClassName
{
background-color: #25BA4E;
}
</style>
border-color css
<style>
span { border-color: #25BA4E; }
span { border-color: rgb(37,186,78); }
td.TdClassName
{
border-color: #25BA4E;
}
.TagClassName
{
border-color: #25BA4E;
}
</style>