Shades of Pastel Green #78F781
Tints of Pastel Green #78F781
RGB
CMYK
RGB Variations
Color information
#78F781 (or 0x78F781) is known color: Pastel Green. HEX triplet: 78, F7 and 81. RGB value is (120,247,129). Sum of RGB (Red+Green+Blue) = 120+247+129=496 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.19% from 496); Green value is 247 (96.88% from 255 or 49.80% from 496); Blue value is 129 (50.78% from 255 or 26.01% from 496); Max value from RGB is 247 - color contains mainly: green. Hex color #78F781 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #78F781 is #87087E. Grayscale: #C3C3C3. Windows color (decimal): -8849535 or 8517496. OLE color: 8517496.
HSL color Cylindrical-coordinate representation of color #78F781: hue angle of 124.25º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #78F781 is Cyan = 0.51, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 120 | 247 | 129 | - |
| CMYK | 0.51 | 0 | 0.48 | 0.03 |
| HSL | 124.25º | 0.89% | 0.72% | - |
| HSV(B) | 124.25º | 0.51% | 0.97% | - |
| XYZ | 44.97 | 72.1 | 32.32 | - |
| YUV | 195.58 | 90.42 | 74.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 247 | 129 | 0.51 | 0 | 0.48 | 0.03 | 124.25 | 0.89 | 0.72 |
| Hex | 78 | F7 | 81 | 33 | 0 | 30 | 3 | 7C | 59 | 48 |
| Octal | 170 | 367 | 201 | 63 | 0 | 60 | 3 | 174 | 131 | 110 |
| Binary | 1111000 | 11110111 | 10000001 | 110011 | 0 | 110000 | 11 | 1111100 | 1011001 | 1001000 |
Color Harmonies of #78F781
Complementary color
Monochromatic Colors of #78F781
Black with #78F781
Text Example
Text Example
White with #78F781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78F781; }
p { color: rgb(120,247,129); }
H1.HeaderClassName
{
color: #78F781;
}
.AnyTagClassName
{
color: #78F781;
}
</style>
background-color css
<style>
a { background-color: #78F781; }
a { background-color: rgb(120,247,129); }
div.DivClassName
{
background-color: #78F781;
}
.BgClassName
{
background-color: #78F781;
}
</style>
border-color css
<style>
span { border-color: #78F781; }
span { border-color: rgb(120,247,129); }
td.TdClassName
{
border-color: #78F781;
}
.TagClassName
{
border-color: #78F781;
}
</style>