Shades of Dark Pastel Green #05CE3A
Tints of Dark Pastel Green #05CE3A
RGB
CMYK
RGB Variations
Color information
#05CE3A (or 0x05CE3A) is known color: Dark Pastel Green. HEX triplet: 05, CE and 3A. RGB value is (5,206,58). Sum of RGB (Red+Green+Blue) = 5+206+58=269 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.86% from 269); Green value is 206 (80.86% from 255 or 76.58% from 269); Blue value is 58 (23.05% from 255 or 21.56% from 269); Max value from RGB is 206 - color contains mainly: green. Hex color #05CE3A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05CE3A is #FA31C5. Grayscale: #818181. Windows color (decimal): -16396742 or 3853829. OLE color: 3853829.
HSL color Cylindrical-coordinate representation of color #05CE3A: hue angle of 135.82º 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 #05CE3A is Cyan = 0.98, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 206 | 58 | - |
| CMYK | 0.98 | 0 | 0.72 | 0.19 |
| HSL | 135.82º | 0.95% | 0.41% | - |
| HSV(B) | 135.82º | 0.98% | 0.81% | - |
| XYZ | 22.9 | 44.48 | 11.38 | - |
| YUV | 129.03 | 87.91 | 39.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 206 | 58 | 0.98 | 0 | 0.72 | 0.19 | 135.82 | 0.95 | 0.41 |
| Hex | 5 | CE | 3A | 62 | 0 | 48 | 13 | 88 | 5F | 29 |
| Octal | 5 | 316 | 72 | 142 | 0 | 110 | 23 | 210 | 137 | 51 |
| Binary | 101 | 11001110 | 111010 | 1100010 | 0 | 1001000 | 10011 | 10001000 | 1011111 | 101001 |
Color Harmonies of #05CE3A
Complementary color
Monochromatic Colors of #05CE3A
Black with #05CE3A
Text Example
Text Example
White with #05CE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CE3A; }
p { color: rgb(5,206,58); }
H1.HeaderClassName
{
color: #05CE3A;
}
.AnyTagClassName
{
color: #05CE3A;
}
</style>
background-color css
<style>
a { background-color: #05CE3A; }
a { background-color: rgb(5,206,58); }
div.DivClassName
{
background-color: #05CE3A;
}
.BgClassName
{
background-color: #05CE3A;
}
</style>
border-color css
<style>
span { border-color: #05CE3A; }
span { border-color: rgb(5,206,58); }
td.TdClassName
{
border-color: #05CE3A;
}
.TagClassName
{
border-color: #05CE3A;
}
</style>