Shades of Dark Pastel Green #05CF2E
Tints of Dark Pastel Green #05CF2E
RGB
CMYK
RGB Variations
Color information
#05CF2E (or 0x05CF2E) is known color: Dark Pastel Green. HEX triplet: 05, CF and 2E. RGB value is (5,207,46). Sum of RGB (Red+Green+Blue) = 5+207+46=258 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.94% from 258); Green value is 207 (81.25% from 255 or 80.23% from 258); Blue value is 46 (18.36% from 255 or 17.83% from 258); Max value from RGB is 207 - color contains mainly: green. Hex color #05CF2E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05CF2E is #FA30D1. Grayscale: #808080. Windows color (decimal): -16396498 or 3067653. OLE color: 3067653.
HSL color Cylindrical-coordinate representation of color #05CF2E: hue angle of 132.18º 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 #05CF2E is Cyan = 0.98, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 207 | 46 | - |
| CMYK | 0.98 | 0 | 0.78 | 0.19 |
| HSL | 132.18º | 0.95% | 0.42% | - |
| HSV(B) | 132.18º | 0.98% | 0.81% | - |
| XYZ | 22.87 | 44.86 | 10.04 | - |
| YUV | 128.25 | 81.58 | 40.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 207 | 46 | 0.98 | 0 | 0.78 | 0.19 | 132.18 | 0.95 | 0.42 |
| Hex | 5 | CF | 2E | 62 | 0 | 4E | 13 | 84 | 5F | 2A |
| Octal | 5 | 317 | 56 | 142 | 0 | 116 | 23 | 204 | 137 | 52 |
| Binary | 101 | 11001111 | 101110 | 1100010 | 0 | 1001110 | 10011 | 10000100 | 1011111 | 101010 |
Color Harmonies of #05CF2E
Complementary color
Monochromatic Colors of #05CF2E
Black with #05CF2E
Text Example
Text Example
White with #05CF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CF2E; }
p { color: rgb(5,207,46); }
H1.HeaderClassName
{
color: #05CF2E;
}
.AnyTagClassName
{
color: #05CF2E;
}
</style>
background-color css
<style>
a { background-color: #05CF2E; }
a { background-color: rgb(5,207,46); }
div.DivClassName
{
background-color: #05CF2E;
}
.BgClassName
{
background-color: #05CF2E;
}
</style>
border-color css
<style>
span { border-color: #05CF2E; }
span { border-color: rgb(5,207,46); }
td.TdClassName
{
border-color: #05CF2E;
}
.TagClassName
{
border-color: #05CF2E;
}
</style>