Shades of Dark Pastel Green #08C525
Tints of Dark Pastel Green #08C525
RGB
CMYK
RGB Variations
Color information
#08C525 (or 0x08C525) is known color: Dark Pastel Green. HEX triplet: 08, C5 and 25. RGB value is (8,197,37). Sum of RGB (Red+Green+Blue) = 8+197+37=242 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.31% from 242); Green value is 197 (77.34% from 255 or 81.40% from 242); Blue value is 37 (14.84% from 255 or 15.29% from 242); Max value from RGB is 197 - color contains mainly: green. Hex color #08C525 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08C525 is #F73ADA. Grayscale: #7A7A7A. Windows color (decimal): -16202459 or 2475272. OLE color: 2475272.
HSL color Cylindrical-coordinate representation of color #08C525: hue angle of 129.21º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C525 is Cyan = 0.96, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 8 | 197 | 37 | - |
| CMYK | 0.96 | 0 | 0.81 | 0.23 |
| HSL | 129.21º | 0.92% | 0.4% | - |
| HSV(B) | 129.21º | 0.96% | 0.77% | - |
| XYZ | 20.4 | 40.12 | 8.42 | - |
| YUV | 122.25 | 79.88 | 46.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 197 | 37 | 0.96 | 0 | 0.81 | 0.23 | 129.21 | 0.92 | 0.4 |
| Hex | 8 | C5 | 25 | 60 | 0 | 51 | 17 | 81 | 5C | 28 |
| Octal | 10 | 305 | 45 | 140 | 0 | 121 | 27 | 201 | 134 | 50 |
| Binary | 1000 | 11000101 | 100101 | 1100000 | 0 | 1010001 | 10111 | 10000001 | 1011100 | 101000 |
Color Harmonies of #08C525
Complementary color
Monochromatic Colors of #08C525
Black with #08C525
Text Example
Text Example
White with #08C525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C525; }
p { color: rgb(8,197,37); }
H1.HeaderClassName
{
color: #08C525;
}
.AnyTagClassName
{
color: #08C525;
}
</style>
background-color css
<style>
a { background-color: #08C525; }
a { background-color: rgb(8,197,37); }
div.DivClassName
{
background-color: #08C525;
}
.BgClassName
{
background-color: #08C525;
}
</style>
border-color css
<style>
span { border-color: #08C525; }
span { border-color: rgb(8,197,37); }
td.TdClassName
{
border-color: #08C525;
}
.TagClassName
{
border-color: #08C525;
}
</style>