Shades of Dark Pastel Green #05D63B
Tints of Dark Pastel Green #05D63B
RGB
CMYK
RGB Variations
Color information
#05D63B (or 0x05D63B) is known color: Dark Pastel Green. HEX triplet: 05, D6 and 3B. RGB value is (5,214,59). Sum of RGB (Red+Green+Blue) = 5+214+59=278 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.80% from 278); Green value is 214 (83.98% from 255 or 76.98% from 278); Blue value is 59 (23.44% from 255 or 21.22% from 278); Max value from RGB is 214 - color contains mainly: green. Hex color #05D63B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05D63B is #FA29C4. Grayscale: #868686. Windows color (decimal): -16394693 or 3921413. OLE color: 3921413.
HSL color Cylindrical-coordinate representation of color #05D63B: hue angle of 135.5º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D63B is Cyan = 0.98, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 5 | 214 | 59 | - |
| CMYK | 0.98 | 0 | 0.72 | 0.16 |
| HSL | 135.5º | 0.95% | 0.43% | - |
| HSV(B) | 135.5º | 0.98% | 0.84% | - |
| XYZ | 24.9 | 48.44 | 12.18 | - |
| YUV | 133.84 | 85.76 | 36.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 214 | 59 | 0.98 | 0 | 0.72 | 0.16 | 135.5 | 0.95 | 0.43 |
| Hex | 5 | D6 | 3B | 62 | 0 | 48 | 10 | 88 | 5F | 2B |
| Octal | 5 | 326 | 73 | 142 | 0 | 110 | 20 | 210 | 137 | 53 |
| Binary | 101 | 11010110 | 111011 | 1100010 | 0 | 1001000 | 10000 | 10001000 | 1011111 | 101011 |
Color Harmonies of #05D63B
Complementary color
Monochromatic Colors of #05D63B
Black with #05D63B
Text Example
Text Example
White with #05D63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D63B; }
p { color: rgb(5,214,59); }
H1.HeaderClassName
{
color: #05D63B;
}
.AnyTagClassName
{
color: #05D63B;
}
</style>
background-color css
<style>
a { background-color: #05D63B; }
a { background-color: rgb(5,214,59); }
div.DivClassName
{
background-color: #05D63B;
}
.BgClassName
{
background-color: #05D63B;
}
</style>
border-color css
<style>
span { border-color: #05D63B; }
span { border-color: rgb(5,214,59); }
td.TdClassName
{
border-color: #05D63B;
}
.TagClassName
{
border-color: #05D63B;
}
</style>