Shades of Dark Pastel Green #05C32F
Tints of Dark Pastel Green #05C32F
RGB
CMYK
RGB Variations
Color information
#05C32F (or 0x05C32F) is known color: Dark Pastel Green. HEX triplet: 05, C3 and 2F. RGB value is (5,195,47). Sum of RGB (Red+Green+Blue) = 5+195+47=247 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.02% from 247); Green value is 195 (76.56% from 255 or 78.95% from 247); Blue value is 47 (18.75% from 255 or 19.03% from 247); Max value from RGB is 195 - color contains mainly: green. Hex color #05C32F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05C32F is #FA3CD0. Grayscale: #797979. Windows color (decimal): -16399569 or 3130117. OLE color: 3130117.
HSL color Cylindrical-coordinate representation of color #05C32F: hue angle of 133.26º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05C32F is Cyan = 0.97, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 5 | 195 | 47 | - |
| CMYK | 0.97 | 0 | 0.76 | 0.24 |
| HSL | 133.26º | 0.95% | 0.39% | - |
| HSV(B) | 133.26º | 0.97% | 0.76% | - |
| XYZ | 20.09 | 39.27 | 9.21 | - |
| YUV | 121.32 | 86.05 | 45.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 195 | 47 | 0.97 | 0 | 0.76 | 0.24 | 133.26 | 0.95 | 0.39 |
| Hex | 5 | C3 | 2F | 61 | 0 | 4C | 18 | 85 | 5F | 27 |
| Octal | 5 | 303 | 57 | 141 | 0 | 114 | 30 | 205 | 137 | 47 |
| Binary | 101 | 11000011 | 101111 | 1100001 | 0 | 1001100 | 11000 | 10000101 | 1011111 | 100111 |
Color Harmonies of #05C32F
Complementary color
Monochromatic Colors of #05C32F
Black with #05C32F
Text Example
Text Example
White with #05C32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C32F; }
p { color: rgb(5,195,47); }
H1.HeaderClassName
{
color: #05C32F;
}
.AnyTagClassName
{
color: #05C32F;
}
</style>
background-color css
<style>
a { background-color: #05C32F; }
a { background-color: rgb(5,195,47); }
div.DivClassName
{
background-color: #05C32F;
}
.BgClassName
{
background-color: #05C32F;
}
</style>
border-color css
<style>
span { border-color: #05C32F; }
span { border-color: rgb(5,195,47); }
td.TdClassName
{
border-color: #05C32F;
}
.TagClassName
{
border-color: #05C32F;
}
</style>