Shades of Dark Pastel Green #08C231
Tints of Dark Pastel Green #08C231
RGB
CMYK
RGB Variations
Color information
#08C231 (or 0x08C231) is known color: Dark Pastel Green. HEX triplet: 08, C2 and 31. RGB value is (8,194,49). Sum of RGB (Red+Green+Blue) = 8+194+49=251 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.19% from 251); Green value is 194 (76.17% from 255 or 77.29% from 251); Blue value is 49 (19.53% from 255 or 19.52% from 251); Max value from RGB is 194 - color contains mainly: green. Hex color #08C231 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08C231 is #F73DCE. Grayscale: #7A7A7A. Windows color (decimal): -16203215 or 3260936. OLE color: 3260936.
HSL color Cylindrical-coordinate representation of color #08C231: hue angle of 133.23º 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 #08C231 is Cyan = 0.96, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 194 | 49 | - |
| CMYK | 0.96 | 0 | 0.75 | 0.24 |
| HSL | 133.23º | 0.92% | 0.4% | - |
| HSV(B) | 133.23º | 0.96% | 0.76% | - |
| XYZ | 19.95 | 38.86 | 9.35 | - |
| YUV | 121.86 | 86.88 | 46.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 194 | 49 | 0.96 | 0 | 0.75 | 0.24 | 133.23 | 0.92 | 0.4 |
| Hex | 8 | C2 | 31 | 60 | 0 | 4B | 18 | 85 | 5C | 28 |
| Octal | 10 | 302 | 61 | 140 | 0 | 113 | 30 | 205 | 134 | 50 |
| Binary | 1000 | 11000010 | 110001 | 1100000 | 0 | 1001011 | 11000 | 10000101 | 1011100 | 101000 |
Color Harmonies of #08C231
Complementary color
Monochromatic Colors of #08C231
Black with #08C231
Text Example
Text Example
White with #08C231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C231; }
p { color: rgb(8,194,49); }
H1.HeaderClassName
{
color: #08C231;
}
.AnyTagClassName
{
color: #08C231;
}
</style>
background-color css
<style>
a { background-color: #08C231; }
a { background-color: rgb(8,194,49); }
div.DivClassName
{
background-color: #08C231;
}
.BgClassName
{
background-color: #08C231;
}
</style>
border-color css
<style>
span { border-color: #08C231; }
span { border-color: rgb(8,194,49); }
td.TdClassName
{
border-color: #08C231;
}
.TagClassName
{
border-color: #08C231;
}
</style>