Shades of Dark Pastel Green #08CF28
Tints of Dark Pastel Green #08CF28
RGB
CMYK
RGB Variations
Color information
#08CF28 (or 0x08CF28) is known color: Dark Pastel Green. HEX triplet: 08, CF and 28. RGB value is (8,207,40). Sum of RGB (Red+Green+Blue) = 8+207+40=255 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.14% from 255); Green value is 207 (81.25% from 255 or 81.18% from 255); Blue value is 40 (16.02% from 255 or 15.69% from 255); Max value from RGB is 207 - color contains mainly: green. Hex color #08CF28 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08CF28 is #F730D7. Grayscale: #808080. Windows color (decimal): -16199896 or 2674440. OLE color: 2674440.
HSL color Cylindrical-coordinate representation of color #08CF28: hue angle of 129.65º 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 #08CF28 is Cyan = 0.96, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 8 | 207 | 40 | - |
| CMYK | 0.96 | 0 | 0.81 | 0.19 |
| HSL | 129.65º | 0.93% | 0.42% | - |
| HSV(B) | 129.65º | 0.96% | 0.81% | - |
| XYZ | 22.8 | 44.83 | 9.46 | - |
| YUV | 128.46 | 78.07 | 42.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 207 | 40 | 0.96 | 0 | 0.81 | 0.19 | 129.65 | 0.93 | 0.42 |
| Hex | 8 | CF | 28 | 60 | 0 | 51 | 13 | 82 | 5D | 2A |
| Octal | 10 | 317 | 50 | 140 | 0 | 121 | 23 | 202 | 135 | 52 |
| Binary | 1000 | 11001111 | 101000 | 1100000 | 0 | 1010001 | 10011 | 10000010 | 1011101 | 101010 |
Color Harmonies of #08CF28
Complementary color
Monochromatic Colors of #08CF28
Black with #08CF28
Text Example
Text Example
White with #08CF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08CF28; }
p { color: rgb(8,207,40); }
H1.HeaderClassName
{
color: #08CF28;
}
.AnyTagClassName
{
color: #08CF28;
}
</style>
background-color css
<style>
a { background-color: #08CF28; }
a { background-color: rgb(8,207,40); }
div.DivClassName
{
background-color: #08CF28;
}
.BgClassName
{
background-color: #08CF28;
}
</style>
border-color css
<style>
span { border-color: #08CF28; }
span { border-color: rgb(8,207,40); }
td.TdClassName
{
border-color: #08CF28;
}
.TagClassName
{
border-color: #08CF28;
}
</style>