Shades of Pastel Green #78CF7A
Tints of Pastel Green #78CF7A
RGB
CMYK
RGB Variations
Color information
#78CF7A (or 0x78CF7A) is known color: Pastel Green. HEX triplet: 78, CF and 7A. RGB value is (120,207,122). Sum of RGB (Red+Green+Blue) = 120+207+122=449 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.73% from 449); Green value is 207 (81.25% from 255 or 46.10% from 449); Blue value is 122 (48.05% from 255 or 27.17% from 449); Max value from RGB is 207 - color contains mainly: green. Hex color #78CF7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78CF7A is #873085. Grayscale: #ABABAB. Windows color (decimal): -8859782 or 8048504. OLE color: 8048504.
HSL color Cylindrical-coordinate representation of color #78CF7A: hue angle of 121.38º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #78CF7A is Cyan = 0.42, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 207 | 122 | - |
| CMYK | 0.42 | 0 | 0.41 | 0.19 |
| HSL | 121.38º | 0.48% | 0.64% | - |
| HSV(B) | 121.38º | 0.42% | 0.81% | - |
| XYZ | 33.57 | 50.02 | 26.3 | - |
| YUV | 171.3 | 100.18 | 91.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 207 | 122 | 0.42 | 0 | 0.41 | 0.19 | 121.38 | 0.48 | 0.64 |
| Hex | 78 | CF | 7A | 2A | 0 | 29 | 13 | 79 | 30 | 40 |
| Octal | 170 | 317 | 172 | 52 | 0 | 51 | 23 | 171 | 60 | 100 |
| Binary | 1111000 | 11001111 | 1111010 | 101010 | 0 | 101001 | 10011 | 1111001 | 110000 | 1000000 |
Color Harmonies of #78CF7A
Complementary color
Monochromatic Colors of #78CF7A
Black with #78CF7A
Text Example
Text Example
White with #78CF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CF7A; }
p { color: rgb(120,207,122); }
H1.HeaderClassName
{
color: #78CF7A;
}
.AnyTagClassName
{
color: #78CF7A;
}
</style>
background-color css
<style>
a { background-color: #78CF7A; }
a { background-color: rgb(120,207,122); }
div.DivClassName
{
background-color: #78CF7A;
}
.BgClassName
{
background-color: #78CF7A;
}
</style>
border-color css
<style>
span { border-color: #78CF7A; }
span { border-color: rgb(120,207,122); }
td.TdClassName
{
border-color: #78CF7A;
}
.TagClassName
{
border-color: #78CF7A;
}
</style>