Shades of Dark Pastel Green #08CF2B
Tints of Dark Pastel Green #08CF2B
RGB
CMYK
RGB Variations
Color information
#08CF2B (or 0x08CF2B) is known color: Dark Pastel Green. HEX triplet: 08, CF and 2B. RGB value is (8,207,43). Sum of RGB (Red+Green+Blue) = 8+207+43=258 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.10% from 258); Green value is 207 (81.25% from 255 or 80.23% from 258); Blue value is 43 (17.19% from 255 or 16.67% from 258); Max value from RGB is 207 - color contains mainly: green. Hex color #08CF2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08CF2B is #F730D4. Grayscale: #818181. Windows color (decimal): -16199893 or 2871048. OLE color: 2871048.
HSL color Cylindrical-coordinate representation of color #08CF2B: hue angle of 130.55º 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 #08CF2B is Cyan = 0.96, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 8 | 207 | 43 | - |
| CMYK | 0.96 | 0 | 0.79 | 0.19 |
| HSL | 130.55º | 0.93% | 0.42% | - |
| HSV(B) | 130.55º | 0.96% | 0.81% | - |
| XYZ | 22.85 | 44.85 | 9.74 | - |
| YUV | 128.8 | 79.57 | 41.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 207 | 43 | 0.96 | 0 | 0.79 | 0.19 | 130.55 | 0.93 | 0.42 |
| Hex | 8 | CF | 2B | 60 | 0 | 4F | 13 | 83 | 5D | 2A |
| Octal | 10 | 317 | 53 | 140 | 0 | 117 | 23 | 203 | 135 | 52 |
| Binary | 1000 | 11001111 | 101011 | 1100000 | 0 | 1001111 | 10011 | 10000011 | 1011101 | 101010 |
Color Harmonies of #08CF2B
Complementary color
Monochromatic Colors of #08CF2B
Black with #08CF2B
Text Example
Text Example
White with #08CF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08CF2B; }
p { color: rgb(8,207,43); }
H1.HeaderClassName
{
color: #08CF2B;
}
.AnyTagClassName
{
color: #08CF2B;
}
</style>
background-color css
<style>
a { background-color: #08CF2B; }
a { background-color: rgb(8,207,43); }
div.DivClassName
{
background-color: #08CF2B;
}
.BgClassName
{
background-color: #08CF2B;
}
</style>
border-color css
<style>
span { border-color: #08CF2B; }
span { border-color: rgb(8,207,43); }
td.TdClassName
{
border-color: #08CF2B;
}
.TagClassName
{
border-color: #08CF2B;
}
</style>