Shades of Pastel Green #78CF6E
Tints of Pastel Green #78CF6E
RGB
CMYK
RGB Variations
Color information
#78CF6E (or 0x78CF6E) is known color: Pastel Green. HEX triplet: 78, CF and 6E. RGB value is (120,207,110). Sum of RGB (Red+Green+Blue) = 120+207+110=437 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.46% from 437); Green value is 207 (81.25% from 255 or 47.37% from 437); Blue value is 110 (43.36% from 255 or 25.17% from 437); Max value from RGB is 207 - color contains mainly: green. Hex color #78CF6E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78CF6E is #873091. Grayscale: #AAAAAA. Windows color (decimal): -8859794 or 7262072. OLE color: 7262072.
HSL color Cylindrical-coordinate representation of color #78CF6E: hue angle of 113.81º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #78CF6E is Cyan = 0.42, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 207 | 110 | - |
| CMYK | 0.42 | 0 | 0.47 | 0.19 |
| HSL | 113.81º | 0.5% | 0.62% | - |
| HSV(B) | 113.81º | 0.47% | 0.81% | - |
| XYZ | 32.87 | 49.74 | 22.62 | - |
| YUV | 169.93 | 94.18 | 92.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 207 | 110 | 0.42 | 0 | 0.47 | 0.19 | 113.81 | 0.5 | 0.62 |
| Hex | 78 | CF | 6E | 2A | 0 | 2F | 13 | 72 | 32 | 3E |
| Octal | 170 | 317 | 156 | 52 | 0 | 57 | 23 | 162 | 62 | 76 |
| Binary | 1111000 | 11001111 | 1101110 | 101010 | 0 | 101111 | 10011 | 1110010 | 110010 | 111110 |
Color Harmonies of #78CF6E
Complementary color
Monochromatic Colors of #78CF6E
Black with #78CF6E
Text Example
Text Example
White with #78CF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CF6E; }
p { color: rgb(120,207,110); }
H1.HeaderClassName
{
color: #78CF6E;
}
.AnyTagClassName
{
color: #78CF6E;
}
</style>
background-color css
<style>
a { background-color: #78CF6E; }
a { background-color: rgb(120,207,110); }
div.DivClassName
{
background-color: #78CF6E;
}
.BgClassName
{
background-color: #78CF6E;
}
</style>
border-color css
<style>
span { border-color: #78CF6E; }
span { border-color: rgb(120,207,110); }
td.TdClassName
{
border-color: #78CF6E;
}
.TagClassName
{
border-color: #78CF6E;
}
</style>