Shades of Dark Pastel Green #08CE2F
Tints of Dark Pastel Green #08CE2F
RGB
CMYK
RGB Variations
Color information
#08CE2F (or 0x08CE2F) is known color: Dark Pastel Green. HEX triplet: 08, CE and 2F. RGB value is (8,206,47). Sum of RGB (Red+Green+Blue) = 8+206+47=261 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.07% from 261); Green value is 206 (80.86% from 255 or 78.93% from 261); Blue value is 47 (18.75% from 255 or 18.01% from 261); Max value from RGB is 206 - color contains mainly: green. Hex color #08CE2F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08CE2F is #F731D0. Grayscale: #818181. Windows color (decimal): -16200145 or 3132936. OLE color: 3132936.
HSL color Cylindrical-coordinate representation of color #08CE2F: hue angle of 131.82º 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 #08CE2F is Cyan = 0.96, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 8 | 206 | 47 | - |
| CMYK | 0.96 | 0 | 0.77 | 0.19 |
| HSL | 131.82º | 0.93% | 0.42% | - |
| HSV(B) | 131.82º | 0.96% | 0.81% | - |
| XYZ | 22.68 | 44.4 | 10.06 | - |
| YUV | 128.67 | 81.9 | 41.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 206 | 47 | 0.96 | 0 | 0.77 | 0.19 | 131.82 | 0.93 | 0.42 |
| Hex | 8 | CE | 2F | 60 | 0 | 4D | 13 | 84 | 5D | 2A |
| Octal | 10 | 316 | 57 | 140 | 0 | 115 | 23 | 204 | 135 | 52 |
| Binary | 1000 | 11001110 | 101111 | 1100000 | 0 | 1001101 | 10011 | 10000100 | 1011101 | 101010 |
Color Harmonies of #08CE2F
Complementary color
Monochromatic Colors of #08CE2F
Black with #08CE2F
Text Example
Text Example
White with #08CE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08CE2F; }
p { color: rgb(8,206,47); }
H1.HeaderClassName
{
color: #08CE2F;
}
.AnyTagClassName
{
color: #08CE2F;
}
</style>
background-color css
<style>
a { background-color: #08CE2F; }
a { background-color: rgb(8,206,47); }
div.DivClassName
{
background-color: #08CE2F;
}
.BgClassName
{
background-color: #08CE2F;
}
</style>
border-color css
<style>
span { border-color: #08CE2F; }
span { border-color: rgb(8,206,47); }
td.TdClassName
{
border-color: #08CE2F;
}
.TagClassName
{
border-color: #08CE2F;
}
</style>