Shades of Dark Pastel Green #08CE20
Tints of Dark Pastel Green #08CE20
RGB
CMYK
RGB Variations
Color information
#08CE20 (or 0x08CE20) is known color: Dark Pastel Green. HEX triplet: 08, CE and 20. RGB value is (8,206,32). Sum of RGB (Red+Green+Blue) = 8+206+32=246 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.25% from 246); Green value is 206 (80.86% from 255 or 83.74% from 246); Blue value is 32 (12.89% from 255 or 13.01% from 246); Max value from RGB is 206 - color contains mainly: green. Hex color #08CE20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08CE20 is #F731DF. Grayscale: #7F7F7F. Windows color (decimal): -16200160 or 2149896. OLE color: 2149896.
HSL color Cylindrical-coordinate representation of color #08CE20: hue angle of 127.27º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08CE20 is Cyan = 0.96, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 8 | 206 | 32 | - |
| CMYK | 0.96 | 0 | 0.84 | 0.19 |
| HSL | 127.27º | 0.93% | 0.42% | - |
| HSV(B) | 127.27º | 0.96% | 0.81% | - |
| XYZ | 22.43 | 44.3 | 8.73 | - |
| YUV | 126.96 | 74.4 | 43.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 206 | 32 | 0.96 | 0 | 0.84 | 0.19 | 127.27 | 0.93 | 0.42 |
| Hex | 8 | CE | 20 | 60 | 0 | 54 | 13 | 7F | 5D | 2A |
| Octal | 10 | 316 | 40 | 140 | 0 | 124 | 23 | 177 | 135 | 52 |
| Binary | 1000 | 11001110 | 100000 | 1100000 | 0 | 1010100 | 10011 | 1111111 | 1011101 | 101010 |
Color Harmonies of #08CE20
Complementary color
Monochromatic Colors of #08CE20
Black with #08CE20
Text Example
Text Example
White with #08CE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08CE20; }
p { color: rgb(8,206,32); }
H1.HeaderClassName
{
color: #08CE20;
}
.AnyTagClassName
{
color: #08CE20;
}
</style>
background-color css
<style>
a { background-color: #08CE20; }
a { background-color: rgb(8,206,32); }
div.DivClassName
{
background-color: #08CE20;
}
.BgClassName
{
background-color: #08CE20;
}
</style>
border-color css
<style>
span { border-color: #08CE20; }
span { border-color: rgb(8,206,32); }
td.TdClassName
{
border-color: #08CE20;
}
.TagClassName
{
border-color: #08CE20;
}
</style>