Shades of Dark Pastel Green #08C237
Tints of Dark Pastel Green #08C237
RGB
CMYK
RGB Variations
Color information
#08C237 (or 0x08C237) is known color: Dark Pastel Green. HEX triplet: 08, C2 and 37. RGB value is (8,194,55). Sum of RGB (Red+Green+Blue) = 8+194+55=257 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.11% from 257); Green value is 194 (76.17% from 255 or 75.49% from 257); Blue value is 55 (21.88% from 255 or 21.40% from 257); Max value from RGB is 194 - color contains mainly: green. Hex color #08C237 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08C237 is #F73DC8. Grayscale: #7A7A7A. Windows color (decimal): -16203209 or 3654152. OLE color: 3654152.
HSL color Cylindrical-coordinate representation of color #08C237: hue angle of 135.16º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C237 is Cyan = 0.96, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 194 | 55 | - |
| CMYK | 0.96 | 0 | 0.72 | 0.24 |
| HSL | 135.16º | 0.92% | 0.4% | - |
| HSV(B) | 135.16º | 0.96% | 0.76% | - |
| XYZ | 20.08 | 38.91 | 10.07 | - |
| YUV | 122.54 | 89.88 | 46.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 194 | 55 | 0.96 | 0 | 0.72 | 0.24 | 135.16 | 0.92 | 0.4 |
| Hex | 8 | C2 | 37 | 60 | 0 | 48 | 18 | 87 | 5C | 28 |
| Octal | 10 | 302 | 67 | 140 | 0 | 110 | 30 | 207 | 134 | 50 |
| Binary | 1000 | 11000010 | 110111 | 1100000 | 0 | 1001000 | 11000 | 10000111 | 1011100 | 101000 |
Color Harmonies of #08C237
Complementary color
Monochromatic Colors of #08C237
Black with #08C237
Text Example
Text Example
White with #08C237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C237; }
p { color: rgb(8,194,55); }
H1.HeaderClassName
{
color: #08C237;
}
.AnyTagClassName
{
color: #08C237;
}
</style>
background-color css
<style>
a { background-color: #08C237; }
a { background-color: rgb(8,194,55); }
div.DivClassName
{
background-color: #08C237;
}
.BgClassName
{
background-color: #08C237;
}
</style>
border-color css
<style>
span { border-color: #08C237; }
span { border-color: rgb(8,194,55); }
td.TdClassName
{
border-color: #08C237;
}
.TagClassName
{
border-color: #08C237;
}
</style>