Shades of Pastel Green #78C873
Tints of Pastel Green #78C873
RGB
CMYK
RGB Variations
Color information
#78C873 (or 0x78C873) is known color: Pastel Green. HEX triplet: 78, C8 and 73. RGB value is (120,200,115). Sum of RGB (Red+Green+Blue) = 120+200+115=435 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.59% from 435); Green value is 200 (78.52% from 255 or 45.98% from 435); Blue value is 115 (45.31% from 255 or 26.44% from 435); Max value from RGB is 200 - color contains mainly: green. Hex color #78C873 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78C873 is #87378C. Grayscale: #A6A6A6. Windows color (decimal): -8861581 or 7587960. OLE color: 7587960.
HSL color Cylindrical-coordinate representation of color #78C873: hue angle of 116.47º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #78C873 is Cyan = 0.4, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 120 | 200 | 115 | - |
| CMYK | 0.4 | 0 | 0.42 | 0.22 |
| HSL | 116.47º | 0.44% | 0.62% | - |
| HSV(B) | 116.47º | 0.43% | 0.78% | - |
| XYZ | 31.49 | 46.54 | 23.54 | - |
| YUV | 166.39 | 99 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 200 | 115 | 0.4 | 0 | 0.42 | 0.22 | 116.47 | 0.44 | 0.62 |
| Hex | 78 | C8 | 73 | 28 | 0 | 2A | 16 | 74 | 2C | 3E |
| Octal | 170 | 310 | 163 | 50 | 0 | 52 | 26 | 164 | 54 | 76 |
| Binary | 1111000 | 11001000 | 1110011 | 101000 | 0 | 101010 | 10110 | 1110100 | 101100 | 111110 |
Color Harmonies of #78C873
Complementary color
Monochromatic Colors of #78C873
Black with #78C873
Text Example
Text Example
White with #78C873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C873; }
p { color: rgb(120,200,115); }
H1.HeaderClassName
{
color: #78C873;
}
.AnyTagClassName
{
color: #78C873;
}
</style>
background-color css
<style>
a { background-color: #78C873; }
a { background-color: rgb(120,200,115); }
div.DivClassName
{
background-color: #78C873;
}
.BgClassName
{
background-color: #78C873;
}
</style>
border-color css
<style>
span { border-color: #78C873; }
span { border-color: rgb(120,200,115); }
td.TdClassName
{
border-color: #78C873;
}
.TagClassName
{
border-color: #78C873;
}
</style>