Shades of Dark Pastel Green #05C41C
Tints of Dark Pastel Green #05C41C
RGB
CMYK
RGB Variations
Color information
#05C41C (or 0x05C41C) is known color: Dark Pastel Green. HEX triplet: 05, C4 and 1C. RGB value is (5,196,28). Sum of RGB (Red+Green+Blue) = 5+196+28=229 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.18% from 229); Green value is 196 (76.95% from 255 or 85.59% from 229); Blue value is 28 (11.33% from 255 or 12.23% from 229); Max value from RGB is 196 - color contains mainly: green. Hex color #05C41C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05C41C is #FA3BE3. Grayscale: #787878. Windows color (decimal): -16399332 or 1885189. OLE color: 1885189.
HSL color Cylindrical-coordinate representation of color #05C41C: hue angle of 127.23º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05C41C is Cyan = 0.97, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 5 | 196 | 28 | - |
| CMYK | 0.97 | 0 | 0.86 | 0.23 |
| HSL | 127.23º | 0.95% | 0.39% | - |
| HSV(B) | 127.23º | 0.97% | 0.77% | - |
| XYZ | 20.01 | 39.6 | 7.69 | - |
| YUV | 119.74 | 76.22 | 46.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 196 | 28 | 0.97 | 0 | 0.86 | 0.23 | 127.23 | 0.95 | 0.39 |
| Hex | 5 | C4 | 1C | 61 | 0 | 56 | 17 | 7F | 5F | 27 |
| Octal | 5 | 304 | 34 | 141 | 0 | 126 | 27 | 177 | 137 | 47 |
| Binary | 101 | 11000100 | 11100 | 1100001 | 0 | 1010110 | 10111 | 1111111 | 1011111 | 100111 |
Color Harmonies of #05C41C
Complementary color
Monochromatic Colors of #05C41C
Black with #05C41C
Text Example
Text Example
White with #05C41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C41C; }
p { color: rgb(5,196,28); }
H1.HeaderClassName
{
color: #05C41C;
}
.AnyTagClassName
{
color: #05C41C;
}
</style>
background-color css
<style>
a { background-color: #05C41C; }
a { background-color: rgb(5,196,28); }
div.DivClassName
{
background-color: #05C41C;
}
.BgClassName
{
background-color: #05C41C;
}
</style>
border-color css
<style>
span { border-color: #05C41C; }
span { border-color: rgb(5,196,28); }
td.TdClassName
{
border-color: #05C41C;
}
.TagClassName
{
border-color: #05C41C;
}
</style>