Shades of Pastel Green #73CC6C
Tints of Pastel Green #73CC6C
RGB
CMYK
RGB Variations
Color information
#73CC6C (or 0x73CC6C) is known color: Pastel Green. HEX triplet: 73, CC and 6C. RGB value is (115,204,108). Sum of RGB (Red+Green+Blue) = 115+204+108=427 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.93% from 427); Green value is 204 (80.08% from 255 or 47.78% from 427); Blue value is 108 (42.58% from 255 or 25.29% from 427); Max value from RGB is 204 - color contains mainly: green. Hex color #73CC6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73CC6C is #8C3393. Grayscale: #A6A6A6. Windows color (decimal): -9188244 or 7130227. OLE color: 7130227.
HSL color Cylindrical-coordinate representation of color #73CC6C: hue angle of 115.62º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #73CC6C is Cyan = 0.44, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 115 | 204 | 108 | - |
| CMYK | 0.44 | 0 | 0.47 | 0.2 |
| HSL | 115.63º | 0.48% | 0.61% | - |
| HSV(B) | 115.63º | 0.47% | 0.8% | - |
| XYZ | 31.37 | 47.91 | 21.78 | - |
| YUV | 166.45 | 95.01 | 91.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 204 | 108 | 0.44 | 0 | 0.47 | 0.2 | 115.63 | 0.48 | 0.61 |
| Hex | 73 | CC | 6C | 2C | 0 | 2F | 14 | 74 | 30 | 3D |
| Octal | 163 | 314 | 154 | 54 | 0 | 57 | 24 | 164 | 60 | 75 |
| Binary | 1110011 | 11001100 | 1101100 | 101100 | 0 | 101111 | 10100 | 1110100 | 110000 | 111101 |
Color Harmonies of #73CC6C
Complementary color
Monochromatic Colors of #73CC6C
Black with #73CC6C
Text Example
Text Example
White with #73CC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CC6C; }
p { color: rgb(115,204,108); }
H1.HeaderClassName
{
color: #73CC6C;
}
.AnyTagClassName
{
color: #73CC6C;
}
</style>
background-color css
<style>
a { background-color: #73CC6C; }
a { background-color: rgb(115,204,108); }
div.DivClassName
{
background-color: #73CC6C;
}
.BgClassName
{
background-color: #73CC6C;
}
</style>
border-color css
<style>
span { border-color: #73CC6C; }
span { border-color: rgb(115,204,108); }
td.TdClassName
{
border-color: #73CC6C;
}
.TagClassName
{
border-color: #73CC6C;
}
</style>