Shades of Dark Pastel Green #05CB49
Tints of Dark Pastel Green #05CB49
RGB
CMYK
RGB Variations
Color information
#05CB49 (or 0x05CB49) is known color: Dark Pastel Green. HEX triplet: 05, CB and 49. RGB value is (5,203,73). Sum of RGB (Red+Green+Blue) = 5+203+73=281 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.78% from 281); Green value is 203 (79.69% from 255 or 72.24% from 281); Blue value is 73 (28.91% from 255 or 25.98% from 281); Max value from RGB is 203 - color contains mainly: green. Hex color #05CB49 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05CB49 is #FA34B6. Grayscale: #818181. Windows color (decimal): -16397495 or 4836101. OLE color: 4836101.
HSL color Cylindrical-coordinate representation of color #05CB49: hue angle of 140.61º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CB49 is Cyan = 0.98, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 203 | 73 | - |
| CMYK | 0.98 | 0 | 0.64 | 0.20 |
| HSL | 140.61º | 0.95% | 0.41% | - |
| HSV(B) | 140.61º | 0.98% | 0.8% | - |
| XYZ | 22.62 | 43.23 | 13.45 | - |
| YUV | 128.98 | 96.4 | 39.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 203 | 73 | 0.98 | 0 | 0.64 | 0.20 | 140.61 | 0.95 | 0.41 |
| Hex | 5 | CB | 49 | 62 | 0 | 40 | 14 | 8D | 5F | 29 |
| Octal | 5 | 313 | 111 | 142 | 0 | 100 | 24 | 215 | 137 | 51 |
| Binary | 101 | 11001011 | 1001001 | 1100010 | 0 | 1000000 | 10100 | 10001101 | 1011111 | 101001 |
Color Harmonies of #05CB49
Complementary color
Monochromatic Colors of #05CB49
Black with #05CB49
Text Example
Text Example
White with #05CB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CB49; }
p { color: rgb(5,203,73); }
H1.HeaderClassName
{
color: #05CB49;
}
.AnyTagClassName
{
color: #05CB49;
}
</style>
background-color css
<style>
a { background-color: #05CB49; }
a { background-color: rgb(5,203,73); }
div.DivClassName
{
background-color: #05CB49;
}
.BgClassName
{
background-color: #05CB49;
}
</style>
border-color css
<style>
span { border-color: #05CB49; }
span { border-color: rgb(5,203,73); }
td.TdClassName
{
border-color: #05CB49;
}
.TagClassName
{
border-color: #05CB49;
}
</style>