Shades of Pastel Green #78E46A
Tints of Pastel Green #78E46A
RGB
CMYK
RGB Variations
Color information
#78E46A (or 0x78E46A) is known color: Pastel Green. HEX triplet: 78, E4 and 6A. RGB value is (120,228,106). Sum of RGB (Red+Green+Blue) = 120+228+106=454 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.43% from 454); Green value is 228 (89.45% from 255 or 50.22% from 454); Blue value is 106 (41.80% from 255 or 23.35% from 454); Max value from RGB is 228 - color contains mainly: green. Hex color #78E46A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78E46A is #871B95. Grayscale: #B6B6B6. Windows color (decimal): -8854422 or 7005304. OLE color: 7005304.
HSL color Cylindrical-coordinate representation of color #78E46A: hue angle of 113.11º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #78E46A is Cyan = 0.47, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 120 | 228 | 106 | - |
| CMYK | 0.47 | 0 | 0.54 | 0.11 |
| HSL | 113.11º | 0.69% | 0.65% | - |
| HSV(B) | 113.11º | 0.54% | 0.89% | - |
| XYZ | 38.09 | 60.52 | 23.31 | - |
| YUV | 181.8 | 85.22 | 83.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 228 | 106 | 0.47 | 0 | 0.54 | 0.11 | 113.11 | 0.69 | 0.65 |
| Hex | 78 | E4 | 6A | 2F | 0 | 36 | B | 71 | 45 | 41 |
| Octal | 170 | 344 | 152 | 57 | 0 | 66 | 13 | 161 | 105 | 101 |
| Binary | 1111000 | 11100100 | 1101010 | 101111 | 0 | 110110 | 1011 | 1110001 | 1000101 | 1000001 |
Color Harmonies of #78E46A
Complementary color
Monochromatic Colors of #78E46A
Black with #78E46A
Text Example
Text Example
White with #78E46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78E46A; }
p { color: rgb(120,228,106); }
H1.HeaderClassName
{
color: #78E46A;
}
.AnyTagClassName
{
color: #78E46A;
}
</style>
background-color css
<style>
a { background-color: #78E46A; }
a { background-color: rgb(120,228,106); }
div.DivClassName
{
background-color: #78E46A;
}
.BgClassName
{
background-color: #78E46A;
}
</style>
border-color css
<style>
span { border-color: #78E46A; }
span { border-color: rgb(120,228,106); }
td.TdClassName
{
border-color: #78E46A;
}
.TagClassName
{
border-color: #78E46A;
}
</style>