Shades of Dark Pastel Green #25BF4D
Tints of Dark Pastel Green #25BF4D
RGB
CMYK
RGB Variations
Color information
#25BF4D (or 0x25BF4D) is known color: Dark Pastel Green. HEX triplet: 25, BF and 4D. RGB value is (37,191,77). Sum of RGB (Red+Green+Blue) = 37+191+77=305 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.13% from 305); Green value is 191 (75% from 255 or 62.62% from 305); Blue value is 77 (30.47% from 255 or 25.25% from 305); Max value from RGB is 191 - color contains mainly: green. Hex color #25BF4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #25BF4D is #DA40B2. Grayscale: #848484. Windows color (decimal): -14303411 or 5095205. OLE color: 5095205.
HSL color Cylindrical-coordinate representation of color #25BF4D: hue angle of 135.58º degrees, saturation: 0.68, 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 #25BF4D is Cyan = 0.81, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 37 | 191 | 77 | - |
| CMYK | 0.81 | 0 | 0.60 | 0.25 |
| HSL | 135.58º | 0.68% | 0.45% | - |
| HSV(B) | 135.58º | 0.81% | 0.75% | - |
| XYZ | 20.73 | 38.19 | 13.3 | - |
| YUV | 131.96 | 96.98 | 60.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 191 | 77 | 0.81 | 0 | 0.60 | 0.25 | 135.58 | 0.68 | 0.45 |
| Hex | 25 | BF | 4D | 51 | 0 | 3C | 19 | 88 | 44 | 2D |
| Octal | 45 | 277 | 115 | 121 | 0 | 74 | 31 | 210 | 104 | 55 |
| Binary | 100101 | 10111111 | 1001101 | 1010001 | 0 | 111100 | 11001 | 10001000 | 1000100 | 101101 |
Color Harmonies of #25BF4D
Complementary color
Monochromatic Colors of #25BF4D
Black with #25BF4D
Text Example
Text Example
White with #25BF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BF4D; }
p { color: rgb(37,191,77); }
H1.HeaderClassName
{
color: #25BF4D;
}
.AnyTagClassName
{
color: #25BF4D;
}
</style>
background-color css
<style>
a { background-color: #25BF4D; }
a { background-color: rgb(37,191,77); }
div.DivClassName
{
background-color: #25BF4D;
}
.BgClassName
{
background-color: #25BF4D;
}
</style>
border-color css
<style>
span { border-color: #25BF4D; }
span { border-color: rgb(37,191,77); }
td.TdClassName
{
border-color: #25BF4D;
}
.TagClassName
{
border-color: #25BF4D;
}
</style>