Shades of Dark Pastel Green #05CF32
Tints of Dark Pastel Green #05CF32
RGB
CMYK
RGB Variations
Color information
#05CF32 (or 0x05CF32) is known color: Dark Pastel Green. HEX triplet: 05, CF and 32. RGB value is (5,207,50). Sum of RGB (Red+Green+Blue) = 5+207+50=262 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.91% from 262); Green value is 207 (81.25% from 255 or 79.01% from 262); Blue value is 50 (19.92% from 255 or 19.08% from 262); Max value from RGB is 207 - color contains mainly: green. Hex color #05CF32 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05CF32 is #FA30CD. Grayscale: #818181. Windows color (decimal): -16396494 or 3329797. OLE color: 3329797.
HSL color Cylindrical-coordinate representation of color #05CF32: hue angle of 133.37º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CF32 is Cyan = 0.98, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 207 | 50 | - |
| CMYK | 0.98 | 0 | 0.76 | 0.19 |
| HSL | 133.37º | 0.95% | 0.42% | - |
| HSV(B) | 133.37º | 0.98% | 0.81% | - |
| XYZ | 22.95 | 44.89 | 10.47 | - |
| YUV | 128.7 | 83.58 | 39.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 207 | 50 | 0.98 | 0 | 0.76 | 0.19 | 133.37 | 0.95 | 0.42 |
| Hex | 5 | CF | 32 | 62 | 0 | 4C | 13 | 85 | 5F | 2A |
| Octal | 5 | 317 | 62 | 142 | 0 | 114 | 23 | 205 | 137 | 52 |
| Binary | 101 | 11001111 | 110010 | 1100010 | 0 | 1001100 | 10011 | 10000101 | 1011111 | 101010 |
Color Harmonies of #05CF32
Complementary color
Monochromatic Colors of #05CF32
Black with #05CF32
Text Example
Text Example
White with #05CF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CF32; }
p { color: rgb(5,207,50); }
H1.HeaderClassName
{
color: #05CF32;
}
.AnyTagClassName
{
color: #05CF32;
}
</style>
background-color css
<style>
a { background-color: #05CF32; }
a { background-color: rgb(5,207,50); }
div.DivClassName
{
background-color: #05CF32;
}
.BgClassName
{
background-color: #05CF32;
}
</style>
border-color css
<style>
span { border-color: #05CF32; }
span { border-color: rgb(5,207,50); }
td.TdClassName
{
border-color: #05CF32;
}
.TagClassName
{
border-color: #05CF32;
}
</style>