Shades of Dark Pastel Green #08C711
Tints of Dark Pastel Green #08C711
RGB
CMYK
RGB Variations
Color information
#08C711 (or 0x08C711) is known color: Dark Pastel Green. HEX triplet: 08, C7 and 11. RGB value is (8,199,17). Sum of RGB (Red+Green+Blue) = 8+199+17=224 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.57% from 224); Green value is 199 (78.12% from 255 or 88.84% from 224); Blue value is 17 (7.03% from 255 or 7.59% from 224); Max value from RGB is 199 - color contains mainly: green. Hex color #08C711 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08C711 is #F738EE. Grayscale: #797979. Windows color (decimal): -16201967 or 1165064. OLE color: 1165064.
HSL color Cylindrical-coordinate representation of color #08C711: hue angle of 122.83º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C711 is Cyan = 0.96, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 8 | 199 | 17 | - |
| CMYK | 0.96 | 0 | 0.91 | 0.22 |
| HSL | 122.83º | 0.92% | 0.41% | - |
| HSV(B) | 122.83º | 0.96% | 0.78% | - |
| XYZ | 20.62 | 40.94 | 7.35 | - |
| YUV | 121.14 | 69.22 | 47.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 199 | 17 | 0.96 | 0 | 0.91 | 0.22 | 122.83 | 0.92 | 0.41 |
| Hex | 8 | C7 | 11 | 60 | 0 | 5B | 16 | 7B | 5C | 29 |
| Octal | 10 | 307 | 21 | 140 | 0 | 133 | 26 | 173 | 134 | 51 |
| Binary | 1000 | 11000111 | 10001 | 1100000 | 0 | 1011011 | 10110 | 1111011 | 1011100 | 101001 |
Color Harmonies of #08C711
Complementary color
Monochromatic Colors of #08C711
Black with #08C711
Text Example
Text Example
White with #08C711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C711; }
p { color: rgb(8,199,17); }
H1.HeaderClassName
{
color: #08C711;
}
.AnyTagClassName
{
color: #08C711;
}
</style>
background-color css
<style>
a { background-color: #08C711; }
a { background-color: rgb(8,199,17); }
div.DivClassName
{
background-color: #08C711;
}
.BgClassName
{
background-color: #08C711;
}
</style>
border-color css
<style>
span { border-color: #08C711; }
span { border-color: rgb(8,199,17); }
td.TdClassName
{
border-color: #08C711;
}
.TagClassName
{
border-color: #08C711;
}
</style>