Shades of Dark Pastel Green #05CE2B
Tints of Dark Pastel Green #05CE2B
RGB
CMYK
RGB Variations
Color information
#05CE2B (or 0x05CE2B) is known color: Dark Pastel Green. HEX triplet: 05, CE and 2B. RGB value is (5,206,43). Sum of RGB (Red+Green+Blue) = 5+206+43=254 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.97% from 254); Green value is 206 (80.86% from 255 or 81.10% from 254); Blue value is 43 (17.19% from 255 or 16.93% from 254); Max value from RGB is 206 - color contains mainly: green. Hex color #05CE2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05CE2B is #FA31D4. Grayscale: #7F7F7F. Windows color (decimal): -16396757 or 2870789. OLE color: 2870789.
HSL color Cylindrical-coordinate representation of color #05CE2B: hue angle of 131.34º 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 #05CE2B is Cyan = 0.98, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 206 | 43 | - |
| CMYK | 0.98 | 0 | 0.79 | 0.19 |
| HSL | 131.34º | 0.95% | 0.41% | - |
| HSV(B) | 131.34º | 0.98% | 0.81% | - |
| XYZ | 22.57 | 44.35 | 9.66 | - |
| YUV | 127.32 | 80.41 | 40.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 206 | 43 | 0.98 | 0 | 0.79 | 0.19 | 131.34 | 0.95 | 0.41 |
| Hex | 5 | CE | 2B | 62 | 0 | 4F | 13 | 83 | 5F | 29 |
| Octal | 5 | 316 | 53 | 142 | 0 | 117 | 23 | 203 | 137 | 51 |
| Binary | 101 | 11001110 | 101011 | 1100010 | 0 | 1001111 | 10011 | 10000011 | 1011111 | 101001 |
Color Harmonies of #05CE2B
Complementary color
Monochromatic Colors of #05CE2B
Black with #05CE2B
Text Example
Text Example
White with #05CE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CE2B; }
p { color: rgb(5,206,43); }
H1.HeaderClassName
{
color: #05CE2B;
}
.AnyTagClassName
{
color: #05CE2B;
}
</style>
background-color css
<style>
a { background-color: #05CE2B; }
a { background-color: rgb(5,206,43); }
div.DivClassName
{
background-color: #05CE2B;
}
.BgClassName
{
background-color: #05CE2B;
}
</style>
border-color css
<style>
span { border-color: #05CE2B; }
span { border-color: rgb(5,206,43); }
td.TdClassName
{
border-color: #05CE2B;
}
.TagClassName
{
border-color: #05CE2B;
}
</style>