Shades of Dark Pastel Green #05CE1F
Tints of Dark Pastel Green #05CE1F
RGB
CMYK
RGB Variations
Color information
#05CE1F (or 0x05CE1F) is known color: Dark Pastel Green. HEX triplet: 05, CE and 1F. RGB value is (5,206,31). Sum of RGB (Red+Green+Blue) = 5+206+31=242 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 242); Green value is 206 (80.86% from 255 or 85.12% from 242); Blue value is 31 (12.5% from 255 or 12.81% from 242); Max value from RGB is 206 - color contains mainly: green. Hex color #05CE1F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05CE1F is #FA31E0. Grayscale: #7E7E7E. Windows color (decimal): -16396769 or 2084357. OLE color: 2084357.
HSL color Cylindrical-coordinate representation of color #05CE1F: hue angle of 127.76º 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 #05CE1F is Cyan = 0.98, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 206 | 31 | - |
| CMYK | 0.98 | 0 | 0.85 | 0.19 |
| HSL | 127.76º | 0.95% | 0.41% | - |
| HSV(B) | 127.76º | 0.98% | 0.81% | - |
| XYZ | 22.38 | 44.27 | 8.66 | - |
| YUV | 125.95 | 74.41 | 41.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 206 | 31 | 0.98 | 0 | 0.85 | 0.19 | 127.76 | 0.95 | 0.41 |
| Hex | 5 | CE | 1F | 62 | 0 | 55 | 13 | 80 | 5F | 29 |
| Octal | 5 | 316 | 37 | 142 | 0 | 125 | 23 | 200 | 137 | 51 |
| Binary | 101 | 11001110 | 11111 | 1100010 | 0 | 1010101 | 10011 | 10000000 | 1011111 | 101001 |
Color Harmonies of #05CE1F
Complementary color
Monochromatic Colors of #05CE1F
Black with #05CE1F
Text Example
Text Example
White with #05CE1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CE1F; }
p { color: rgb(5,206,31); }
H1.HeaderClassName
{
color: #05CE1F;
}
.AnyTagClassName
{
color: #05CE1F;
}
</style>
background-color css
<style>
a { background-color: #05CE1F; }
a { background-color: rgb(5,206,31); }
div.DivClassName
{
background-color: #05CE1F;
}
.BgClassName
{
background-color: #05CE1F;
}
</style>
border-color css
<style>
span { border-color: #05CE1F; }
span { border-color: rgb(5,206,31); }
td.TdClassName
{
border-color: #05CE1F;
}
.TagClassName
{
border-color: #05CE1F;
}
</style>