Shades of Dark Pastel Green #25BE4D
Tints of Dark Pastel Green #25BE4D
RGB
CMYK
RGB Variations
Color information
#25BE4D (or 0x25BE4D) is known color: Dark Pastel Green. HEX triplet: 25, BE and 4D. RGB value is (37,190,77). Sum of RGB (Red+Green+Blue) = 37+190+77=304 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.17% from 304); Green value is 190 (74.61% from 255 or 62.5% from 304); Blue value is 77 (30.47% from 255 or 25.33% from 304); Max value from RGB is 190 - color contains mainly: green. Hex color #25BE4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #25BE4D is #DA41B2. Grayscale: #838383. Windows color (decimal): -14303667 or 5094949. OLE color: 5094949.
HSL color Cylindrical-coordinate representation of color #25BE4D: hue angle of 135.69º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25BE4D is Cyan = 0.81, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 37 | 190 | 77 | - |
| CMYK | 0.81 | 0 | 0.59 | 0.25 |
| HSL | 135.69º | 0.67% | 0.45% | - |
| HSV(B) | 135.69º | 0.81% | 0.75% | - |
| XYZ | 20.52 | 37.76 | 13.23 | - |
| YUV | 131.37 | 97.31 | 60.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 190 | 77 | 0.81 | 0 | 0.59 | 0.25 | 135.69 | 0.67 | 0.45 |
| Hex | 25 | BE | 4D | 51 | 0 | 3B | 19 | 88 | 43 | 2D |
| Octal | 45 | 276 | 115 | 121 | 0 | 73 | 31 | 210 | 103 | 55 |
| Binary | 100101 | 10111110 | 1001101 | 1010001 | 0 | 111011 | 11001 | 10001000 | 1000011 | 101101 |
Color Harmonies of #25BE4D
Complementary color
Monochromatic Colors of #25BE4D
Black with #25BE4D
Text Example
Text Example
White with #25BE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BE4D; }
p { color: rgb(37,190,77); }
H1.HeaderClassName
{
color: #25BE4D;
}
.AnyTagClassName
{
color: #25BE4D;
}
</style>
background-color css
<style>
a { background-color: #25BE4D; }
a { background-color: rgb(37,190,77); }
div.DivClassName
{
background-color: #25BE4D;
}
.BgClassName
{
background-color: #25BE4D;
}
</style>
border-color css
<style>
span { border-color: #25BE4D; }
span { border-color: rgb(37,190,77); }
td.TdClassName
{
border-color: #25BE4D;
}
.TagClassName
{
border-color: #25BE4D;
}
</style>