Shades of Dark Pastel Green #05CE1C
Tints of Dark Pastel Green #05CE1C
RGB
CMYK
RGB Variations
Color information
#05CE1C (or 0x05CE1C) is known color: Dark Pastel Green. HEX triplet: 05, CE and 1C. RGB value is (5,206,28). Sum of RGB (Red+Green+Blue) = 5+206+28=239 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.09% from 239); Green value is 206 (80.86% from 255 or 86.19% from 239); Blue value is 28 (11.33% from 255 or 11.72% from 239); Max value from RGB is 206 - color contains mainly: green. Hex color #05CE1C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05CE1C is #FA31E3. Grayscale: #7E7E7E. Windows color (decimal): -16396772 or 1887749. OLE color: 1887749.
HSL color Cylindrical-coordinate representation of color #05CE1C: hue angle of 126.87º 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 #05CE1C is Cyan = 0.98, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 206 | 28 | - |
| CMYK | 0.98 | 0 | 0.86 | 0.19 |
| HSL | 126.87º | 0.95% | 0.41% | - |
| HSV(B) | 126.87º | 0.98% | 0.81% | - |
| XYZ | 22.34 | 44.26 | 8.46 | - |
| YUV | 125.61 | 72.91 | 41.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 206 | 28 | 0.98 | 0 | 0.86 | 0.19 | 126.87 | 0.95 | 0.41 |
| Hex | 5 | CE | 1C | 62 | 0 | 56 | 13 | 7F | 5F | 29 |
| Octal | 5 | 316 | 34 | 142 | 0 | 126 | 23 | 177 | 137 | 51 |
| Binary | 101 | 11001110 | 11100 | 1100010 | 0 | 1010110 | 10011 | 1111111 | 1011111 | 101001 |
Color Harmonies of #05CE1C
Complementary color
Monochromatic Colors of #05CE1C
Black with #05CE1C
Text Example
Text Example
White with #05CE1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CE1C; }
p { color: rgb(5,206,28); }
H1.HeaderClassName
{
color: #05CE1C;
}
.AnyTagClassName
{
color: #05CE1C;
}
</style>
background-color css
<style>
a { background-color: #05CE1C; }
a { background-color: rgb(5,206,28); }
div.DivClassName
{
background-color: #05CE1C;
}
.BgClassName
{
background-color: #05CE1C;
}
</style>
border-color css
<style>
span { border-color: #05CE1C; }
span { border-color: rgb(5,206,28); }
td.TdClassName
{
border-color: #05CE1C;
}
.TagClassName
{
border-color: #05CE1C;
}
</style>