Shades of Dark Pastel Green #05C924
Tints of Dark Pastel Green #05C924
RGB
CMYK
RGB Variations
Color information
#05C924 (or 0x05C924) is known color: Dark Pastel Green. HEX triplet: 05, C9 and 24. RGB value is (5,201,36). Sum of RGB (Red+Green+Blue) = 5+201+36=242 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 242); Green value is 201 (78.91% from 255 or 83.06% from 242); Blue value is 36 (14.45% from 255 or 14.88% from 242); Max value from RGB is 201 - color contains mainly: green. Hex color #05C924 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05C924 is #FA36DB. Grayscale: #7C7C7C. Windows color (decimal): -16398044 or 2410757. OLE color: 2410757.
HSL color Cylindrical-coordinate representation of color #05C924: hue angle of 129.49º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05C924 is Cyan = 0.98, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 5 | 201 | 36 | - |
| CMYK | 0.98 | 0 | 0.82 | 0.21 |
| HSL | 129.49º | 0.95% | 0.4% | - |
| HSV(B) | 129.49º | 0.98% | 0.79% | - |
| XYZ | 21.27 | 41.93 | 8.64 | - |
| YUV | 123.59 | 78.57 | 43.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 201 | 36 | 0.98 | 0 | 0.82 | 0.21 | 129.49 | 0.95 | 0.4 |
| Hex | 5 | C9 | 24 | 62 | 0 | 52 | 15 | 81 | 5F | 28 |
| Octal | 5 | 311 | 44 | 142 | 0 | 122 | 25 | 201 | 137 | 50 |
| Binary | 101 | 11001001 | 100100 | 1100010 | 0 | 1010010 | 10101 | 10000001 | 1011111 | 101000 |
Color Harmonies of #05C924
Complementary color
Monochromatic Colors of #05C924
Black with #05C924
Text Example
Text Example
White with #05C924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C924; }
p { color: rgb(5,201,36); }
H1.HeaderClassName
{
color: #05C924;
}
.AnyTagClassName
{
color: #05C924;
}
</style>
background-color css
<style>
a { background-color: #05C924; }
a { background-color: rgb(5,201,36); }
div.DivClassName
{
background-color: #05C924;
}
.BgClassName
{
background-color: #05C924;
}
</style>
border-color css
<style>
span { border-color: #05C924; }
span { border-color: rgb(5,201,36); }
td.TdClassName
{
border-color: #05C924;
}
.TagClassName
{
border-color: #05C924;
}
</style>