Shades of Pastel Green #73CA68
Tints of Pastel Green #73CA68
RGB
CMYK
RGB Variations
Color information
#73CA68 (or 0x73CA68) is known color: Pastel Green. HEX triplet: 73, CA and 68. RGB value is (115,202,104). Sum of RGB (Red+Green+Blue) = 115+202+104=421 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.32% from 421); Green value is 202 (79.30% from 255 or 47.98% from 421); Blue value is 104 (41.02% from 255 or 24.70% from 421); Max value from RGB is 202 - color contains mainly: green. Hex color #73CA68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73CA68 is #8C3597. Grayscale: #A5A5A5. Windows color (decimal): -9188760 or 6867571. OLE color: 6867571.
HSL color Cylindrical-coordinate representation of color #73CA68: hue angle of 113.27º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #73CA68 is Cyan = 0.43, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 115 | 202 | 104 | - |
| CMYK | 0.43 | 0 | 0.49 | 0.21 |
| HSL | 113.27º | 0.48% | 0.6% | - |
| HSV(B) | 113.27º | 0.49% | 0.79% | - |
| XYZ | 30.69 | 46.89 | 20.53 | - |
| YUV | 164.82 | 93.68 | 92.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 202 | 104 | 0.43 | 0 | 0.49 | 0.21 | 113.27 | 0.48 | 0.6 |
| Hex | 73 | CA | 68 | 2B | 0 | 31 | 15 | 71 | 30 | 3C |
| Octal | 163 | 312 | 150 | 53 | 0 | 61 | 25 | 161 | 60 | 74 |
| Binary | 1110011 | 11001010 | 1101000 | 101011 | 0 | 110001 | 10101 | 1110001 | 110000 | 111100 |
Color Harmonies of #73CA68
Complementary color
Monochromatic Colors of #73CA68
Black with #73CA68
Text Example
Text Example
White with #73CA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CA68; }
p { color: rgb(115,202,104); }
H1.HeaderClassName
{
color: #73CA68;
}
.AnyTagClassName
{
color: #73CA68;
}
</style>
background-color css
<style>
a { background-color: #73CA68; }
a { background-color: rgb(115,202,104); }
div.DivClassName
{
background-color: #73CA68;
}
.BgClassName
{
background-color: #73CA68;
}
</style>
border-color css
<style>
span { border-color: #73CA68; }
span { border-color: rgb(115,202,104); }
td.TdClassName
{
border-color: #73CA68;
}
.TagClassName
{
border-color: #73CA68;
}
</style>