Shades of Dark Pastel Green #05CE2F
Tints of Dark Pastel Green #05CE2F
RGB
CMYK
RGB Variations
Color information
#05CE2F (or 0x05CE2F) is known color: Dark Pastel Green. HEX triplet: 05, CE and 2F. RGB value is (5,206,47). Sum of RGB (Red+Green+Blue) = 5+206+47=258 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.94% from 258); Green value is 206 (80.86% from 255 or 79.84% from 258); Blue value is 47 (18.75% from 255 or 18.22% from 258); Max value from RGB is 206 - color contains mainly: green. Hex color #05CE2F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05CE2F is #FA31D0. Grayscale: #808080. Windows color (decimal): -16396753 or 3132933. OLE color: 3132933.
HSL color Cylindrical-coordinate representation of color #05CE2F: hue angle of 132.54º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CE2F is Cyan = 0.98, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 206 | 47 | - |
| CMYK | 0.98 | 0 | 0.77 | 0.19 |
| HSL | 132.54º | 0.95% | 0.41% | - |
| HSV(B) | 132.54º | 0.98% | 0.81% | - |
| XYZ | 22.65 | 44.38 | 10.06 | - |
| YUV | 127.78 | 82.41 | 40.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 206 | 47 | 0.98 | 0 | 0.77 | 0.19 | 132.54 | 0.95 | 0.41 |
| Hex | 5 | CE | 2F | 62 | 0 | 4D | 13 | 85 | 5F | 29 |
| Octal | 5 | 316 | 57 | 142 | 0 | 115 | 23 | 205 | 137 | 51 |
| Binary | 101 | 11001110 | 101111 | 1100010 | 0 | 1001101 | 10011 | 10000101 | 1011111 | 101001 |
Color Harmonies of #05CE2F
Complementary color
Monochromatic Colors of #05CE2F
Black with #05CE2F
Text Example
Text Example
White with #05CE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CE2F; }
p { color: rgb(5,206,47); }
H1.HeaderClassName
{
color: #05CE2F;
}
.AnyTagClassName
{
color: #05CE2F;
}
</style>
background-color css
<style>
a { background-color: #05CE2F; }
a { background-color: rgb(5,206,47); }
div.DivClassName
{
background-color: #05CE2F;
}
.BgClassName
{
background-color: #05CE2F;
}
</style>
border-color css
<style>
span { border-color: #05CE2F; }
span { border-color: rgb(5,206,47); }
td.TdClassName
{
border-color: #05CE2F;
}
.TagClassName
{
border-color: #05CE2F;
}
</style>