Shades of Dark Pastel Green #05CE2D
Tints of Dark Pastel Green #05CE2D
RGB
CMYK
RGB Variations
Color information
#05CE2D (or 0x05CE2D) is known color: Dark Pastel Green. HEX triplet: 05, CE and 2D. RGB value is (5,206,45). Sum of RGB (Red+Green+Blue) = 5+206+45=256 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 256); Green value is 206 (80.86% from 255 or 80.47% from 256); Blue value is 45 (17.97% from 255 or 17.58% from 256); Max value from RGB is 206 - color contains mainly: green. Hex color #05CE2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05CE2D is #FA31D2. Grayscale: #7F7F7F. Windows color (decimal): -16396755 or 3001861. OLE color: 3001861.
HSL color Cylindrical-coordinate representation of color #05CE2D: hue angle of 131.94º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CE2D is Cyan = 0.98, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 206 | 45 | - |
| CMYK | 0.98 | 0 | 0.78 | 0.19 |
| HSL | 131.94º | 0.95% | 0.41% | - |
| HSV(B) | 131.94º | 0.98% | 0.81% | - |
| XYZ | 22.61 | 44.36 | 9.85 | - |
| YUV | 127.55 | 81.41 | 40.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 206 | 45 | 0.98 | 0 | 0.78 | 0.19 | 131.94 | 0.95 | 0.41 |
| Hex | 5 | CE | 2D | 62 | 0 | 4E | 13 | 84 | 5F | 29 |
| Octal | 5 | 316 | 55 | 142 | 0 | 116 | 23 | 204 | 137 | 51 |
| Binary | 101 | 11001110 | 101101 | 1100010 | 0 | 1001110 | 10011 | 10000100 | 1011111 | 101001 |
Color Harmonies of #05CE2D
Complementary color
Monochromatic Colors of #05CE2D
Black with #05CE2D
Text Example
Text Example
White with #05CE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CE2D; }
p { color: rgb(5,206,45); }
H1.HeaderClassName
{
color: #05CE2D;
}
.AnyTagClassName
{
color: #05CE2D;
}
</style>
background-color css
<style>
a { background-color: #05CE2D; }
a { background-color: rgb(5,206,45); }
div.DivClassName
{
background-color: #05CE2D;
}
.BgClassName
{
background-color: #05CE2D;
}
</style>
border-color css
<style>
span { border-color: #05CE2D; }
span { border-color: rgb(5,206,45); }
td.TdClassName
{
border-color: #05CE2D;
}
.TagClassName
{
border-color: #05CE2D;
}
</style>