Shades of Dark Pastel Green #08C235
Tints of Dark Pastel Green #08C235
RGB
CMYK
RGB Variations
Color information
#08C235 (or 0x08C235) is known color: Dark Pastel Green. HEX triplet: 08, C2 and 35. RGB value is (8,194,53). Sum of RGB (Red+Green+Blue) = 8+194+53=255 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.14% from 255); Green value is 194 (76.17% from 255 or 76.08% from 255); Blue value is 53 (21.09% from 255 or 20.78% from 255); Max value from RGB is 194 - color contains mainly: green. Hex color #08C235 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08C235 is #F73DCA. Grayscale: #7A7A7A. Windows color (decimal): -16203211 or 3523080. OLE color: 3523080.
HSL color Cylindrical-coordinate representation of color #08C235: hue angle of 134.52º 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 #08C235 is Cyan = 0.96, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 194 | 53 | - |
| CMYK | 0.96 | 0 | 0.73 | 0.24 |
| HSL | 134.52º | 0.92% | 0.4% | - |
| HSV(B) | 134.52º | 0.96% | 0.76% | - |
| XYZ | 20.03 | 38.89 | 9.82 | - |
| YUV | 122.31 | 88.88 | 46.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 194 | 53 | 0.96 | 0 | 0.73 | 0.24 | 134.52 | 0.92 | 0.4 |
| Hex | 8 | C2 | 35 | 60 | 0 | 49 | 18 | 87 | 5C | 28 |
| Octal | 10 | 302 | 65 | 140 | 0 | 111 | 30 | 207 | 134 | 50 |
| Binary | 1000 | 11000010 | 110101 | 1100000 | 0 | 1001001 | 11000 | 10000111 | 1011100 | 101000 |
Color Harmonies of #08C235
Complementary color
Monochromatic Colors of #08C235
Black with #08C235
Text Example
Text Example
White with #08C235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C235; }
p { color: rgb(8,194,53); }
H1.HeaderClassName
{
color: #08C235;
}
.AnyTagClassName
{
color: #08C235;
}
</style>
background-color css
<style>
a { background-color: #08C235; }
a { background-color: rgb(8,194,53); }
div.DivClassName
{
background-color: #08C235;
}
.BgClassName
{
background-color: #08C235;
}
</style>
border-color css
<style>
span { border-color: #08C235; }
span { border-color: rgb(8,194,53); }
td.TdClassName
{
border-color: #08C235;
}
.TagClassName
{
border-color: #08C235;
}
</style>