Shades of Dark Pastel Green #25BA50
Tints of Dark Pastel Green #25BA50
RGB
CMYK
RGB Variations
Color information
#25BA50 (or 0x25BA50) is known color: Dark Pastel Green. HEX triplet: 25, BA and 50. RGB value is (37,186,80). Sum of RGB (Red+Green+Blue) = 37+186+80=303 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.21% from 303); Green value is 186 (73.05% from 255 or 61.39% from 303); Blue value is 80 (31.64% from 255 or 26.40% from 303); Max value from RGB is 186 - color contains mainly: green. Hex color #25BA50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #25BA50 is #DA45AF. Grayscale: #818181. Windows color (decimal): -14304688 or 5290533. OLE color: 5290533.
HSL color Cylindrical-coordinate representation of color #25BA50: hue angle of 137.32º 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 #25BA50 is Cyan = 0.80, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 186 | 80 | - |
| CMYK | 0.80 | 0 | 0.57 | 0.27 |
| HSL | 137.32º | 0.67% | 0.44% | - |
| HSV(B) | 137.32º | 0.8% | 0.73% | - |
| XYZ | 19.77 | 36.09 | 13.51 | - |
| YUV | 129.37 | 100.14 | 62.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 186 | 80 | 0.80 | 0 | 0.57 | 0.27 | 137.32 | 0.67 | 0.44 |
| Hex | 25 | BA | 50 | 50 | 0 | 39 | 1B | 89 | 43 | 2C |
| Octal | 45 | 272 | 120 | 120 | 0 | 71 | 33 | 211 | 103 | 54 |
| Binary | 100101 | 10111010 | 1010000 | 1010000 | 0 | 111001 | 11011 | 10001001 | 1000011 | 101100 |
Color Harmonies of #25BA50
Complementary color
Monochromatic Colors of #25BA50
Black with #25BA50
Text Example
Text Example
White with #25BA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BA50; }
p { color: rgb(37,186,80); }
H1.HeaderClassName
{
color: #25BA50;
}
.AnyTagClassName
{
color: #25BA50;
}
</style>
background-color css
<style>
a { background-color: #25BA50; }
a { background-color: rgb(37,186,80); }
div.DivClassName
{
background-color: #25BA50;
}
.BgClassName
{
background-color: #25BA50;
}
</style>
border-color css
<style>
span { border-color: #25BA50; }
span { border-color: rgb(37,186,80); }
td.TdClassName
{
border-color: #25BA50;
}
.TagClassName
{
border-color: #25BA50;
}
</style>