Shades of Pastel Green #73D67B
Tints of Pastel Green #73D67B
RGB
CMYK
RGB Variations
Color information
#73D67B (or 0x73D67B) is known color: Pastel Green. HEX triplet: 73, D6 and 7B. RGB value is (115,214,123). Sum of RGB (Red+Green+Blue) = 115+214+123=452 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.44% from 452); Green value is 214 (83.98% from 255 or 47.35% from 452); Blue value is 123 (48.44% from 255 or 27.21% from 452); Max value from RGB is 214 - color contains mainly: green. Hex color #73D67B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73D67B is #8C2984. Grayscale: #AEAEAE. Windows color (decimal): -9185669 or 8115827. OLE color: 8115827.
HSL color Cylindrical-coordinate representation of color #73D67B: hue angle of 124.85º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #73D67B is Cyan = 0.46, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 214 | 123 | - |
| CMYK | 0.46 | 0 | 0.43 | 0.16 |
| HSL | 124.85º | 0.55% | 0.65% | - |
| HSV(B) | 124.85º | 0.46% | 0.84% | - |
| XYZ | 34.69 | 53.17 | 27.17 | - |
| YUV | 174.03 | 99.2 | 85.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 214 | 123 | 0.46 | 0 | 0.43 | 0.16 | 124.85 | 0.55 | 0.65 |
| Hex | 73 | D6 | 7B | 2E | 0 | 2B | 10 | 7D | 37 | 41 |
| Octal | 163 | 326 | 173 | 56 | 0 | 53 | 20 | 175 | 67 | 101 |
| Binary | 1110011 | 11010110 | 1111011 | 101110 | 0 | 101011 | 10000 | 1111101 | 110111 | 1000001 |
Color Harmonies of #73D67B
Complementary color
Monochromatic Colors of #73D67B
Black with #73D67B
Text Example
Text Example
White with #73D67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D67B; }
p { color: rgb(115,214,123); }
H1.HeaderClassName
{
color: #73D67B;
}
.AnyTagClassName
{
color: #73D67B;
}
</style>
background-color css
<style>
a { background-color: #73D67B; }
a { background-color: rgb(115,214,123); }
div.DivClassName
{
background-color: #73D67B;
}
.BgClassName
{
background-color: #73D67B;
}
</style>
border-color css
<style>
span { border-color: #73D67B; }
span { border-color: rgb(115,214,123); }
td.TdClassName
{
border-color: #73D67B;
}
.TagClassName
{
border-color: #73D67B;
}
</style>