Shades of Dark Pastel Green #05C91C
Tints of Dark Pastel Green #05C91C
RGB
CMYK
RGB Variations
Color information
#05C91C (or 0x05C91C) is known color: Dark Pastel Green. HEX triplet: 05, C9 and 1C. RGB value is (5,201,28). Sum of RGB (Red+Green+Blue) = 5+201+28=234 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.14% from 234); Green value is 201 (78.91% from 255 or 85.90% from 234); Blue value is 28 (11.33% from 255 or 11.97% from 234); Max value from RGB is 201 - color contains mainly: green. Hex color #05C91C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05C91C is #FA36E3. Grayscale: #7B7B7B. Windows color (decimal): -16398052 or 1886469. OLE color: 1886469.
HSL color Cylindrical-coordinate representation of color #05C91C: hue angle of 127.04º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05C91C is Cyan = 0.98, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 5 | 201 | 28 | - |
| CMYK | 0.98 | 0 | 0.86 | 0.21 |
| HSL | 127.04º | 0.95% | 0.4% | - |
| HSV(B) | 127.04º | 0.98% | 0.79% | - |
| XYZ | 21.16 | 41.89 | 8.07 | - |
| YUV | 122.67 | 74.57 | 44.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 201 | 28 | 0.98 | 0 | 0.86 | 0.21 | 127.04 | 0.95 | 0.4 |
| Hex | 5 | C9 | 1C | 62 | 0 | 56 | 15 | 7F | 5F | 28 |
| Octal | 5 | 311 | 34 | 142 | 0 | 126 | 25 | 177 | 137 | 50 |
| Binary | 101 | 11001001 | 11100 | 1100010 | 0 | 1010110 | 10101 | 1111111 | 1011111 | 101000 |
Color Harmonies of #05C91C
Complementary color
Monochromatic Colors of #05C91C
Black with #05C91C
Text Example
Text Example
White with #05C91C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C91C; }
p { color: rgb(5,201,28); }
H1.HeaderClassName
{
color: #05C91C;
}
.AnyTagClassName
{
color: #05C91C;
}
</style>
background-color css
<style>
a { background-color: #05C91C; }
a { background-color: rgb(5,201,28); }
div.DivClassName
{
background-color: #05C91C;
}
.BgClassName
{
background-color: #05C91C;
}
</style>
border-color css
<style>
span { border-color: #05C91C; }
span { border-color: rgb(5,201,28); }
td.TdClassName
{
border-color: #05C91C;
}
.TagClassName
{
border-color: #05C91C;
}
</style>