Shades of Pastel Green #78CE7B
Tints of Pastel Green #78CE7B
RGB
CMYK
RGB Variations
Color information
#78CE7B (or 0x78CE7B) is known color: Pastel Green. HEX triplet: 78, CE and 7B. RGB value is (120,206,123). Sum of RGB (Red+Green+Blue) = 120+206+123=449 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.73% from 449); Green value is 206 (80.86% from 255 or 45.88% from 449); Blue value is 123 (48.44% from 255 or 27.39% from 449); Max value from RGB is 206 - color contains mainly: green. Hex color #78CE7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78CE7B is #873184. Grayscale: #ABABAB. Windows color (decimal): -8860037 or 8113784. OLE color: 8113784.
HSL color Cylindrical-coordinate representation of color #78CE7B: hue angle of 122.09º degrees, saturation: 0.47, 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 #78CE7B is Cyan = 0.42, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 206 | 123 | - |
| CMYK | 0.42 | 0 | 0.40 | 0.19 |
| HSL | 122.09º | 0.47% | 0.64% | - |
| HSV(B) | 122.09º | 0.42% | 0.81% | - |
| XYZ | 33.39 | 49.57 | 26.55 | - |
| YUV | 170.82 | 101.01 | 91.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 206 | 123 | 0.42 | 0 | 0.40 | 0.19 | 122.09 | 0.47 | 0.64 |
| Hex | 78 | CE | 7B | 2A | 0 | 28 | 13 | 7A | 2F | 40 |
| Octal | 170 | 316 | 173 | 52 | 0 | 50 | 23 | 172 | 57 | 100 |
| Binary | 1111000 | 11001110 | 1111011 | 101010 | 0 | 101000 | 10011 | 1111010 | 101111 | 1000000 |
Color Harmonies of #78CE7B
Complementary color
Monochromatic Colors of #78CE7B
Black with #78CE7B
Text Example
Text Example
White with #78CE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CE7B; }
p { color: rgb(120,206,123); }
H1.HeaderClassName
{
color: #78CE7B;
}
.AnyTagClassName
{
color: #78CE7B;
}
</style>
background-color css
<style>
a { background-color: #78CE7B; }
a { background-color: rgb(120,206,123); }
div.DivClassName
{
background-color: #78CE7B;
}
.BgClassName
{
background-color: #78CE7B;
}
</style>
border-color css
<style>
span { border-color: #78CE7B; }
span { border-color: rgb(120,206,123); }
td.TdClassName
{
border-color: #78CE7B;
}
.TagClassName
{
border-color: #78CE7B;
}
</style>