Shades of Pastel Green #78EA7B
Tints of Pastel Green #78EA7B
RGB
CMYK
RGB Variations
Color information
#78EA7B (or 0x78EA7B) is known color: Pastel Green. HEX triplet: 78, EA and 7B. RGB value is (120,234,123). Sum of RGB (Red+Green+Blue) = 120+234+123=477 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.16% from 477); Green value is 234 (91.80% from 255 or 49.06% from 477); Blue value is 123 (48.44% from 255 or 25.79% from 477); Max value from RGB is 234 - color contains mainly: green. Hex color #78EA7B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #78EA7B is #871584. Grayscale: #BBBBBB. Windows color (decimal): -8852869 or 8120952. OLE color: 8120952.
HSL color Cylindrical-coordinate representation of color #78EA7B: hue angle of 121.58º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78EA7B is Cyan = 0.49, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 120 | 234 | 123 | - |
| CMYK | 0.49 | 0 | 0.47 | 0.08 |
| HSL | 121.58º | 0.73% | 0.69% | - |
| HSV(B) | 121.58º | 0.49% | 0.92% | - |
| XYZ | 40.74 | 64.27 | 29 | - |
| YUV | 187.26 | 91.73 | 80.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 234 | 123 | 0.49 | 0 | 0.47 | 0.08 | 121.58 | 0.73 | 0.69 |
| Hex | 78 | EA | 7B | 31 | 0 | 2F | 8 | 7A | 49 | 45 |
| Octal | 170 | 352 | 173 | 61 | 0 | 57 | 10 | 172 | 111 | 105 |
| Binary | 1111000 | 11101010 | 1111011 | 110001 | 0 | 101111 | 1000 | 1111010 | 1001001 | 1000101 |
Color Harmonies of #78EA7B
Complementary color
Monochromatic Colors of #78EA7B
Black with #78EA7B
Text Example
Text Example
White with #78EA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78EA7B; }
p { color: rgb(120,234,123); }
H1.HeaderClassName
{
color: #78EA7B;
}
.AnyTagClassName
{
color: #78EA7B;
}
</style>
background-color css
<style>
a { background-color: #78EA7B; }
a { background-color: rgb(120,234,123); }
div.DivClassName
{
background-color: #78EA7B;
}
.BgClassName
{
background-color: #78EA7B;
}
</style>
border-color css
<style>
span { border-color: #78EA7B; }
span { border-color: rgb(120,234,123); }
td.TdClassName
{
border-color: #78EA7B;
}
.TagClassName
{
border-color: #78EA7B;
}
</style>