Shades of Dark Pastel Green #08C54B
Tints of Dark Pastel Green #08C54B
RGB
CMYK
RGB Variations
Color information
#08C54B (or 0x08C54B) is known color: Dark Pastel Green. HEX triplet: 08, C5 and 4B. RGB value is (8,197,75). Sum of RGB (Red+Green+Blue) = 8+197+75=280 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.86% from 280); Green value is 197 (77.34% from 255 or 70.36% from 280); Blue value is 75 (29.69% from 255 or 26.79% from 280); Max value from RGB is 197 - color contains mainly: green. Hex color #08C54B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08C54B is #F73AB4. Grayscale: #7E7E7E. Windows color (decimal): -16202421 or 4965640. OLE color: 4965640.
HSL color Cylindrical-coordinate representation of color #08C54B: hue angle of 141.27º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C54B is Cyan = 0.96, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 8 | 197 | 75 | - |
| CMYK | 0.96 | 0 | 0.62 | 0.23 |
| HSL | 141.27º | 0.92% | 0.4% | - |
| HSV(B) | 141.27º | 0.96% | 0.77% | - |
| XYZ | 21.34 | 40.49 | 13.35 | - |
| YUV | 126.58 | 98.88 | 43.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 197 | 75 | 0.96 | 0 | 0.62 | 0.23 | 141.27 | 0.92 | 0.4 |
| Hex | 8 | C5 | 4B | 60 | 0 | 3E | 17 | 8D | 5C | 28 |
| Octal | 10 | 305 | 113 | 140 | 0 | 76 | 27 | 215 | 134 | 50 |
| Binary | 1000 | 11000101 | 1001011 | 1100000 | 0 | 111110 | 10111 | 10001101 | 1011100 | 101000 |
Color Harmonies of #08C54B
Complementary color
Monochromatic Colors of #08C54B
Black with #08C54B
Text Example
Text Example
White with #08C54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C54B; }
p { color: rgb(8,197,75); }
H1.HeaderClassName
{
color: #08C54B;
}
.AnyTagClassName
{
color: #08C54B;
}
</style>
background-color css
<style>
a { background-color: #08C54B; }
a { background-color: rgb(8,197,75); }
div.DivClassName
{
background-color: #08C54B;
}
.BgClassName
{
background-color: #08C54B;
}
</style>
border-color css
<style>
span { border-color: #08C54B; }
span { border-color: rgb(8,197,75); }
td.TdClassName
{
border-color: #08C54B;
}
.TagClassName
{
border-color: #08C54B;
}
</style>