Shades of Dark Pastel Green #05C91B
Tints of Dark Pastel Green #05C91B
RGB
CMYK
RGB Variations
Color information
#05C91B (or 0x05C91B) is known color: Dark Pastel Green. HEX triplet: 05, C9 and 1B. RGB value is (5,201,27). Sum of RGB (Red+Green+Blue) = 5+201+27=233 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.15% from 233); Green value is 201 (78.91% from 255 or 86.27% from 233); Blue value is 27 (10.94% from 255 or 11.59% from 233); Max value from RGB is 201 - color contains mainly: green. Hex color #05C91B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05C91B is #FA36E4. Grayscale: #7B7B7B. Windows color (decimal): -16398053 or 1820933. OLE color: 1820933.
HSL color Cylindrical-coordinate representation of color #05C91B: hue angle of 126.73º 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 #05C91B is Cyan = 0.98, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 5 | 201 | 27 | - |
| CMYK | 0.98 | 0 | 0.87 | 0.21 |
| HSL | 126.73º | 0.95% | 0.4% | - |
| HSV(B) | 126.73º | 0.98% | 0.79% | - |
| XYZ | 21.15 | 41.88 | 8.01 | - |
| YUV | 122.56 | 74.07 | 44.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 201 | 27 | 0.98 | 0 | 0.87 | 0.21 | 126.73 | 0.95 | 0.4 |
| Hex | 5 | C9 | 1B | 62 | 0 | 57 | 15 | 7F | 5F | 28 |
| Octal | 5 | 311 | 33 | 142 | 0 | 127 | 25 | 177 | 137 | 50 |
| Binary | 101 | 11001001 | 11011 | 1100010 | 0 | 1010111 | 10101 | 1111111 | 1011111 | 101000 |
Color Harmonies of #05C91B
Complementary color
Monochromatic Colors of #05C91B
Black with #05C91B
Text Example
Text Example
White with #05C91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C91B; }
p { color: rgb(5,201,27); }
H1.HeaderClassName
{
color: #05C91B;
}
.AnyTagClassName
{
color: #05C91B;
}
</style>
background-color css
<style>
a { background-color: #05C91B; }
a { background-color: rgb(5,201,27); }
div.DivClassName
{
background-color: #05C91B;
}
.BgClassName
{
background-color: #05C91B;
}
</style>
border-color css
<style>
span { border-color: #05C91B; }
span { border-color: rgb(5,201,27); }
td.TdClassName
{
border-color: #05C91B;
}
.TagClassName
{
border-color: #05C91B;
}
</style>