Shades of Dark Pastel Green #08C513
Tints of Dark Pastel Green #08C513
RGB
CMYK
RGB Variations
Color information
#08C513 (or 0x08C513) is known color: Dark Pastel Green. HEX triplet: 08, C5 and 13. RGB value is (8,197,19). Sum of RGB (Red+Green+Blue) = 8+197+19=224 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.57% from 224); Green value is 197 (77.34% from 255 or 87.95% from 224); Blue value is 19 (7.81% from 255 or 8.48% from 224); Max value from RGB is 197 - color contains mainly: green. Hex color #08C513 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08C513 is #F73AEC. Grayscale: #787878. Windows color (decimal): -16202477 or 1295624. OLE color: 1295624.
HSL color Cylindrical-coordinate representation of color #08C513: hue angle of 123.49º 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 #08C513 is Cyan = 0.96, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 8 | 197 | 19 | - |
| CMYK | 0.96 | 0 | 0.90 | 0.23 |
| HSL | 123.49º | 0.92% | 0.4% | - |
| HSV(B) | 123.49º | 0.96% | 0.77% | - |
| XYZ | 20.18 | 40.03 | 7.28 | - |
| YUV | 120.2 | 70.88 | 47.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 197 | 19 | 0.96 | 0 | 0.90 | 0.23 | 123.49 | 0.92 | 0.4 |
| Hex | 8 | C5 | 13 | 60 | 0 | 5A | 17 | 7B | 5C | 28 |
| Octal | 10 | 305 | 23 | 140 | 0 | 132 | 27 | 173 | 134 | 50 |
| Binary | 1000 | 11000101 | 10011 | 1100000 | 0 | 1011010 | 10111 | 1111011 | 1011100 | 101000 |
Color Harmonies of #08C513
Complementary color
Monochromatic Colors of #08C513
Black with #08C513
Text Example
Text Example
White with #08C513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C513; }
p { color: rgb(8,197,19); }
H1.HeaderClassName
{
color: #08C513;
}
.AnyTagClassName
{
color: #08C513;
}
</style>
background-color css
<style>
a { background-color: #08C513; }
a { background-color: rgb(8,197,19); }
div.DivClassName
{
background-color: #08C513;
}
.BgClassName
{
background-color: #08C513;
}
</style>
border-color css
<style>
span { border-color: #08C513; }
span { border-color: rgb(8,197,19); }
td.TdClassName
{
border-color: #08C513;
}
.TagClassName
{
border-color: #08C513;
}
</style>