Shades of Dark Pastel Green #08C641
Tints of Dark Pastel Green #08C641
RGB
CMYK
RGB Variations
Color information
#08C641 (or 0x08C641) is known color: Dark Pastel Green. HEX triplet: 08, C6 and 41. RGB value is (8,198,65). Sum of RGB (Red+Green+Blue) = 8+198+65=271 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.95% from 271); Green value is 198 (77.73% from 255 or 73.06% from 271); Blue value is 65 (25.78% from 255 or 23.99% from 271); Max value from RGB is 198 - color contains mainly: green. Hex color #08C641 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08C641 is #F739BE. Grayscale: #7E7E7E. Windows color (decimal): -16202175 or 4310536. OLE color: 4310536.
HSL color Cylindrical-coordinate representation of color #08C641: hue angle of 138º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C641 is Cyan = 0.96, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 8 | 198 | 65 | - |
| CMYK | 0.96 | 0 | 0.67 | 0.22 |
| HSL | 138º | 0.92% | 0.4% | - |
| HSV(B) | 138º | 0.96% | 0.78% | - |
| XYZ | 21.25 | 40.82 | 11.76 | - |
| YUV | 126.03 | 93.55 | 43.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 198 | 65 | 0.96 | 0 | 0.67 | 0.22 | 138 | 0.92 | 0.4 |
| Hex | 8 | C6 | 41 | 60 | 0 | 43 | 16 | 8A | 5C | 28 |
| Octal | 10 | 306 | 101 | 140 | 0 | 103 | 26 | 212 | 134 | 50 |
| Binary | 1000 | 11000110 | 1000001 | 1100000 | 0 | 1000011 | 10110 | 10001010 | 1011100 | 101000 |
Color Harmonies of #08C641
Complementary color
Monochromatic Colors of #08C641
Black with #08C641
Text Example
Text Example
White with #08C641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C641; }
p { color: rgb(8,198,65); }
H1.HeaderClassName
{
color: #08C641;
}
.AnyTagClassName
{
color: #08C641;
}
</style>
background-color css
<style>
a { background-color: #08C641; }
a { background-color: rgb(8,198,65); }
div.DivClassName
{
background-color: #08C641;
}
.BgClassName
{
background-color: #08C641;
}
</style>
border-color css
<style>
span { border-color: #08C641; }
span { border-color: rgb(8,198,65); }
td.TdClassName
{
border-color: #08C641;
}
.TagClassName
{
border-color: #08C641;
}
</style>