Shades of Dark Pastel Green #08C933
Tints of Dark Pastel Green #08C933
RGB
CMYK
RGB Variations
Color information
#08C933 (or 0x08C933) is known color: Dark Pastel Green. HEX triplet: 08, C9 and 33. RGB value is (8,201,51). Sum of RGB (Red+Green+Blue) = 8+201+51=260 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.08% from 260); Green value is 201 (78.91% from 255 or 77.31% from 260); Blue value is 51 (20.31% from 255 or 19.62% from 260); Max value from RGB is 201 - color contains mainly: green. Hex color #08C933 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08C933 is #F736CC. Grayscale: #7E7E7E. Windows color (decimal): -16201421 or 3393800. OLE color: 3393800.
HSL color Cylindrical-coordinate representation of color #08C933: hue angle of 133.37º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C933 is Cyan = 0.96, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 8 | 201 | 51 | - |
| CMYK | 0.96 | 0 | 0.75 | 0.21 |
| HSL | 133.37º | 0.92% | 0.41% | - |
| HSV(B) | 133.37º | 0.96% | 0.79% | - |
| XYZ | 21.58 | 42.06 | 10.11 | - |
| YUV | 126.19 | 85.56 | 43.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 201 | 51 | 0.96 | 0 | 0.75 | 0.21 | 133.37 | 0.92 | 0.41 |
| Hex | 8 | C9 | 33 | 60 | 0 | 4B | 15 | 85 | 5C | 29 |
| Octal | 10 | 311 | 63 | 140 | 0 | 113 | 25 | 205 | 134 | 51 |
| Binary | 1000 | 11001001 | 110011 | 1100000 | 0 | 1001011 | 10101 | 10000101 | 1011100 | 101001 |
Color Harmonies of #08C933
Complementary color
Monochromatic Colors of #08C933
Black with #08C933
Text Example
Text Example
White with #08C933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C933; }
p { color: rgb(8,201,51); }
H1.HeaderClassName
{
color: #08C933;
}
.AnyTagClassName
{
color: #08C933;
}
</style>
background-color css
<style>
a { background-color: #08C933; }
a { background-color: rgb(8,201,51); }
div.DivClassName
{
background-color: #08C933;
}
.BgClassName
{
background-color: #08C933;
}
</style>
border-color css
<style>
span { border-color: #08C933; }
span { border-color: rgb(8,201,51); }
td.TdClassName
{
border-color: #08C933;
}
.TagClassName
{
border-color: #08C933;
}
</style>