Shades of Pastel Green #73CF65
Tints of Pastel Green #73CF65
RGB
CMYK
RGB Variations
Color information
#73CF65 (or 0x73CF65) is known color: Pastel Green. HEX triplet: 73, CF and 65. RGB value is (115,207,101). Sum of RGB (Red+Green+Blue) = 115+207+101=423 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.19% from 423); Green value is 207 (81.25% from 255 or 48.94% from 423); Blue value is 101 (39.84% from 255 or 23.88% from 423); Max value from RGB is 207 - color contains mainly: green. Hex color #73CF65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73CF65 is #8C309A. Grayscale: #A7A7A7. Windows color (decimal): -9187483 or 6672243. OLE color: 6672243.
HSL color Cylindrical-coordinate representation of color #73CF65: hue angle of 112.08º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73CF65 is Cyan = 0.44, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 207 | 101 | - |
| CMYK | 0.44 | 0 | 0.51 | 0.19 |
| HSL | 112.08º | 0.52% | 0.6% | - |
| HSV(B) | 112.08º | 0.51% | 0.81% | - |
| XYZ | 31.73 | 49.21 | 20.14 | - |
| YUV | 167.41 | 90.52 | 90.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 207 | 101 | 0.44 | 0 | 0.51 | 0.19 | 112.08 | 0.52 | 0.6 |
| Hex | 73 | CF | 65 | 2C | 0 | 33 | 13 | 70 | 34 | 3C |
| Octal | 163 | 317 | 145 | 54 | 0 | 63 | 23 | 160 | 64 | 74 |
| Binary | 1110011 | 11001111 | 1100101 | 101100 | 0 | 110011 | 10011 | 1110000 | 110100 | 111100 |
Color Harmonies of #73CF65
Complementary color
Monochromatic Colors of #73CF65
Black with #73CF65
Text Example
Text Example
White with #73CF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CF65; }
p { color: rgb(115,207,101); }
H1.HeaderClassName
{
color: #73CF65;
}
.AnyTagClassName
{
color: #73CF65;
}
</style>
background-color css
<style>
a { background-color: #73CF65; }
a { background-color: rgb(115,207,101); }
div.DivClassName
{
background-color: #73CF65;
}
.BgClassName
{
background-color: #73CF65;
}
</style>
border-color css
<style>
span { border-color: #73CF65; }
span { border-color: rgb(115,207,101); }
td.TdClassName
{
border-color: #73CF65;
}
.TagClassName
{
border-color: #73CF65;
}
</style>