Shades of Dark Pastel Green #05CC1D
Tints of Dark Pastel Green #05CC1D
RGB
CMYK
RGB Variations
Color information
#05CC1D (or 0x05CC1D) is known color: Dark Pastel Green. HEX triplet: 05, CC and 1D. RGB value is (5,204,29). Sum of RGB (Red+Green+Blue) = 5+204+29=238 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.10% from 238); Green value is 204 (80.08% from 255 or 85.71% from 238); Blue value is 29 (11.72% from 255 or 12.18% from 238); Max value from RGB is 204 - color contains mainly: green. Hex color #05CC1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05CC1D is #FA33E2. Grayscale: #7D7D7D. Windows color (decimal): -16397283 or 1952773. OLE color: 1952773.
HSL color Cylindrical-coordinate representation of color #05CC1D: hue angle of 127.24º 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 #05CC1D is Cyan = 0.98, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 5 | 204 | 29 | - |
| CMYK | 0.98 | 0 | 0.86 | 0.2 |
| HSL | 127.24º | 0.95% | 0.41% | - |
| HSV(B) | 127.24º | 0.98% | 0.8% | - |
| XYZ | 21.88 | 43.31 | 8.37 | - |
| YUV | 124.55 | 74.07 | 42.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 204 | 29 | 0.98 | 0 | 0.86 | 0.2 | 127.24 | 0.95 | 0.41 |
| Hex | 5 | CC | 1D | 62 | 0 | 56 | 14 | 7F | 5F | 29 |
| Octal | 5 | 314 | 35 | 142 | 0 | 126 | 24 | 177 | 137 | 51 |
| Binary | 101 | 11001100 | 11101 | 1100010 | 0 | 1010110 | 10100 | 1111111 | 1011111 | 101001 |
Color Harmonies of #05CC1D
Complementary color
Monochromatic Colors of #05CC1D
Black with #05CC1D
Text Example
Text Example
White with #05CC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CC1D; }
p { color: rgb(5,204,29); }
H1.HeaderClassName
{
color: #05CC1D;
}
.AnyTagClassName
{
color: #05CC1D;
}
</style>
background-color css
<style>
a { background-color: #05CC1D; }
a { background-color: rgb(5,204,29); }
div.DivClassName
{
background-color: #05CC1D;
}
.BgClassName
{
background-color: #05CC1D;
}
</style>
border-color css
<style>
span { border-color: #05CC1D; }
span { border-color: rgb(5,204,29); }
td.TdClassName
{
border-color: #05CC1D;
}
.TagClassName
{
border-color: #05CC1D;
}
</style>