Shades of Dark Pastel Green #05B73C
Tints of Dark Pastel Green #05B73C
RGB
CMYK
RGB Variations
Color information
#05B73C (or 0x05B73C) is known color: Dark Pastel Green. HEX triplet: 05, B7 and 3C. RGB value is (5,183,60). Sum of RGB (Red+Green+Blue) = 5+183+60=248 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.02% from 248); Green value is 183 (71.88% from 255 or 73.79% from 248); Blue value is 60 (23.83% from 255 or 24.19% from 248); Max value from RGB is 183 - color contains mainly: green. Hex color #05B73C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05B73C is #FA48C3. Grayscale: #747474. Windows color (decimal): -16402628 or 3979013. OLE color: 3979013.
HSL color Cylindrical-coordinate representation of color #05B73C: hue angle of 138.54º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05B73C is Cyan = 0.97, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 5 | 183 | 60 | - |
| CMYK | 0.97 | 0 | 0.67 | 0.28 |
| HSL | 138.54º | 0.95% | 0.37% | - |
| HSV(B) | 138.54º | 0.97% | 0.72% | - |
| XYZ | 17.81 | 34.23 | 9.94 | - |
| YUV | 115.76 | 96.53 | 49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 183 | 60 | 0.97 | 0 | 0.67 | 0.28 | 138.54 | 0.95 | 0.37 |
| Hex | 5 | B7 | 3C | 61 | 0 | 43 | 1C | 8B | 5F | 25 |
| Octal | 5 | 267 | 74 | 141 | 0 | 103 | 34 | 213 | 137 | 45 |
| Binary | 101 | 10110111 | 111100 | 1100001 | 0 | 1000011 | 11100 | 10001011 | 1011111 | 100101 |
Color Harmonies of #05B73C
Complementary color
Monochromatic Colors of #05B73C
Black with #05B73C
Text Example
Text Example
White with #05B73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05B73C; }
p { color: rgb(5,183,60); }
H1.HeaderClassName
{
color: #05B73C;
}
.AnyTagClassName
{
color: #05B73C;
}
</style>
background-color css
<style>
a { background-color: #05B73C; }
a { background-color: rgb(5,183,60); }
div.DivClassName
{
background-color: #05B73C;
}
.BgClassName
{
background-color: #05B73C;
}
</style>
border-color css
<style>
span { border-color: #05B73C; }
span { border-color: rgb(5,183,60); }
td.TdClassName
{
border-color: #05B73C;
}
.TagClassName
{
border-color: #05B73C;
}
</style>