Shades of Pastel Green #73C869
Tints of Pastel Green #73C869
RGB
CMYK
RGB Variations
Color information
#73C869 (or 0x73C869) is known color: Pastel Green. HEX triplet: 73, C8 and 69. RGB value is (115,200,105). Sum of RGB (Red+Green+Blue) = 115+200+105=420 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.38% from 420); Green value is 200 (78.52% from 255 or 47.62% from 420); Blue value is 105 (41.41% from 255 or 25% from 420); Max value from RGB is 200 - color contains mainly: green. Hex color #73C869 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C869 is #8C3796. Grayscale: #A4A4A4. Windows color (decimal): -9189271 or 6932595. OLE color: 6932595.
HSL color Cylindrical-coordinate representation of color #73C869: hue angle of 113.68º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73C869 is Cyan = 0.42, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 115 | 200 | 105 | - |
| CMYK | 0.42 | 0 | 0.48 | 0.22 |
| HSL | 113.68º | 0.46% | 0.6% | - |
| HSV(B) | 113.68º | 0.48% | 0.78% | - |
| XYZ | 30.27 | 45.97 | 20.64 | - |
| YUV | 163.76 | 94.84 | 93.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 200 | 105 | 0.42 | 0 | 0.48 | 0.22 | 113.68 | 0.46 | 0.6 |
| Hex | 73 | C8 | 69 | 2A | 0 | 30 | 16 | 72 | 2E | 3C |
| Octal | 163 | 310 | 151 | 52 | 0 | 60 | 26 | 162 | 56 | 74 |
| Binary | 1110011 | 11001000 | 1101001 | 101010 | 0 | 110000 | 10110 | 1110010 | 101110 | 111100 |
Color Harmonies of #73C869
Complementary color
Monochromatic Colors of #73C869
Black with #73C869
Text Example
Text Example
White with #73C869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C869; }
p { color: rgb(115,200,105); }
H1.HeaderClassName
{
color: #73C869;
}
.AnyTagClassName
{
color: #73C869;
}
</style>
background-color css
<style>
a { background-color: #73C869; }
a { background-color: rgb(115,200,105); }
div.DivClassName
{
background-color: #73C869;
}
.BgClassName
{
background-color: #73C869;
}
</style>
border-color css
<style>
span { border-color: #73C869; }
span { border-color: rgb(115,200,105); }
td.TdClassName
{
border-color: #73C869;
}
.TagClassName
{
border-color: #73C869;
}
</style>