Shades of Dark Pastel Green #05CE18
Tints of Dark Pastel Green #05CE18
RGB
CMYK
RGB Variations
Color information
#05CE18 (or 0x05CE18) is known color: Dark Pastel Green. HEX triplet: 05, CE and 18. RGB value is (5,206,24). Sum of RGB (Red+Green+Blue) = 5+206+24=235 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.13% from 235); Green value is 206 (80.86% from 255 or 87.66% from 235); Blue value is 24 (9.77% from 255 or 10.21% from 235); Max value from RGB is 206 - color contains mainly: green. Hex color #05CE18 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05CE18 is #FA31E7. Grayscale: #7D7D7D. Windows color (decimal): -16396776 or 1625605. OLE color: 1625605.
HSL color Cylindrical-coordinate representation of color #05CE18: hue angle of 125.67º 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 #05CE18 is Cyan = 0.98, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 206 | 24 | - |
| CMYK | 0.98 | 0 | 0.88 | 0.19 |
| HSL | 125.67º | 0.95% | 0.41% | - |
| HSV(B) | 125.67º | 0.98% | 0.81% | - |
| XYZ | 22.3 | 44.24 | 8.23 | - |
| YUV | 125.15 | 70.91 | 42.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 206 | 24 | 0.98 | 0 | 0.88 | 0.19 | 125.67 | 0.95 | 0.41 |
| Hex | 5 | CE | 18 | 62 | 0 | 58 | 13 | 7E | 5F | 29 |
| Octal | 5 | 316 | 30 | 142 | 0 | 130 | 23 | 176 | 137 | 51 |
| Binary | 101 | 11001110 | 11000 | 1100010 | 0 | 1011000 | 10011 | 1111110 | 1011111 | 101001 |
Color Harmonies of #05CE18
Complementary color
Monochromatic Colors of #05CE18
Black with #05CE18
Text Example
Text Example
White with #05CE18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CE18; }
p { color: rgb(5,206,24); }
H1.HeaderClassName
{
color: #05CE18;
}
.AnyTagClassName
{
color: #05CE18;
}
</style>
background-color css
<style>
a { background-color: #05CE18; }
a { background-color: rgb(5,206,24); }
div.DivClassName
{
background-color: #05CE18;
}
.BgClassName
{
background-color: #05CE18;
}
</style>
border-color css
<style>
span { border-color: #05CE18; }
span { border-color: rgb(5,206,24); }
td.TdClassName
{
border-color: #05CE18;
}
.TagClassName
{
border-color: #05CE18;
}
</style>