Shades of Dark Pastel Green #05C04F
Tints of Dark Pastel Green #05C04F
RGB
CMYK
RGB Variations
Color information
#05C04F (or 0x05C04F) is known color: Dark Pastel Green. HEX triplet: 05, C0 and 4F. RGB value is (5,192,79). Sum of RGB (Red+Green+Blue) = 5+192+79=276 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.81% from 276); Green value is 192 (75.39% from 255 or 69.57% from 276); Blue value is 79 (31.25% from 255 or 28.62% from 276); Max value from RGB is 192 - color contains mainly: green. Hex color #05C04F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05C04F is #FA3FB0. Grayscale: #7B7B7B. Windows color (decimal): -16400305 or 5226501. OLE color: 5226501.
HSL color Cylindrical-coordinate representation of color #05C04F: hue angle of 143.74º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05C04F is Cyan = 0.97, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 5 | 192 | 79 | - |
| CMYK | 0.97 | 0 | 0.59 | 0.25 |
| HSL | 143.74º | 0.95% | 0.39% | - |
| HSV(B) | 143.74º | 0.97% | 0.75% | - |
| XYZ | 20.32 | 38.3 | 13.72 | - |
| YUV | 123.21 | 103.05 | 43.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 192 | 79 | 0.97 | 0 | 0.59 | 0.25 | 143.74 | 0.95 | 0.39 |
| Hex | 5 | C0 | 4F | 61 | 0 | 3B | 19 | 90 | 5F | 27 |
| Octal | 5 | 300 | 117 | 141 | 0 | 73 | 31 | 220 | 137 | 47 |
| Binary | 101 | 11000000 | 1001111 | 1100001 | 0 | 111011 | 11001 | 10010000 | 1011111 | 100111 |
Color Harmonies of #05C04F
Complementary color
Monochromatic Colors of #05C04F
Black with #05C04F
Text Example
Text Example
White with #05C04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C04F; }
p { color: rgb(5,192,79); }
H1.HeaderClassName
{
color: #05C04F;
}
.AnyTagClassName
{
color: #05C04F;
}
</style>
background-color css
<style>
a { background-color: #05C04F; }
a { background-color: rgb(5,192,79); }
div.DivClassName
{
background-color: #05C04F;
}
.BgClassName
{
background-color: #05C04F;
}
</style>
border-color css
<style>
span { border-color: #05C04F; }
span { border-color: rgb(5,192,79); }
td.TdClassName
{
border-color: #05C04F;
}
.TagClassName
{
border-color: #05C04F;
}
</style>