Shades of Dark Pastel Green #05C63B
Tints of Dark Pastel Green #05C63B
RGB
CMYK
RGB Variations
Color information
#05C63B (or 0x05C63B) is known color: Dark Pastel Green. HEX triplet: 05, C6 and 3B. RGB value is (5,198,59). Sum of RGB (Red+Green+Blue) = 5+198+59=262 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.91% from 262); Green value is 198 (77.73% from 255 or 75.57% from 262); Blue value is 59 (23.44% from 255 or 22.52% from 262); Max value from RGB is 198 - color contains mainly: green. Hex color #05C63B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05C63B is #FA39C4. Grayscale: #7C7C7C. Windows color (decimal): -16398789 or 3917317. OLE color: 3917317.
HSL color Cylindrical-coordinate representation of color #05C63B: hue angle of 136.79º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05C63B is Cyan = 0.97, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 5 | 198 | 59 | - |
| CMYK | 0.97 | 0 | 0.70 | 0.22 |
| HSL | 136.79º | 0.95% | 0.4% | - |
| HSV(B) | 136.79º | 0.97% | 0.78% | - |
| XYZ | 21.05 | 40.74 | 10.89 | - |
| YUV | 124.45 | 91.06 | 42.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 198 | 59 | 0.97 | 0 | 0.70 | 0.22 | 136.79 | 0.95 | 0.4 |
| Hex | 5 | C6 | 3B | 61 | 0 | 46 | 16 | 89 | 5F | 28 |
| Octal | 5 | 306 | 73 | 141 | 0 | 106 | 26 | 211 | 137 | 50 |
| Binary | 101 | 11000110 | 111011 | 1100001 | 0 | 1000110 | 10110 | 10001001 | 1011111 | 101000 |
Color Harmonies of #05C63B
Complementary color
Monochromatic Colors of #05C63B
Black with #05C63B
Text Example
Text Example
White with #05C63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C63B; }
p { color: rgb(5,198,59); }
H1.HeaderClassName
{
color: #05C63B;
}
.AnyTagClassName
{
color: #05C63B;
}
</style>
background-color css
<style>
a { background-color: #05C63B; }
a { background-color: rgb(5,198,59); }
div.DivClassName
{
background-color: #05C63B;
}
.BgClassName
{
background-color: #05C63B;
}
</style>
border-color css
<style>
span { border-color: #05C63B; }
span { border-color: rgb(5,198,59); }
td.TdClassName
{
border-color: #05C63B;
}
.TagClassName
{
border-color: #05C63B;
}
</style>