Shades of Pastel Green #78E380
Tints of Pastel Green #78E380
RGB
CMYK
RGB Variations
Color information
#78E380 (or 0x78E380) is known color: Pastel Green. HEX triplet: 78, E3 and 80. RGB value is (120,227,128). Sum of RGB (Red+Green+Blue) = 120+227+128=475 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.26% from 475); Green value is 227 (89.06% from 255 or 47.79% from 475); Blue value is 128 (50.39% from 255 or 26.95% from 475); Max value from RGB is 227 - color contains mainly: green. Hex color #78E380 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78E380 is #871C7F. Grayscale: #B8B8B8. Windows color (decimal): -8854656 or 8446840. OLE color: 8446840.
HSL color Cylindrical-coordinate representation of color #78E380: hue angle of 124.49º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #78E380 is Cyan = 0.47, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 120 | 227 | 128 | - |
| CMYK | 0.47 | 0 | 0.44 | 0.11 |
| HSL | 124.49º | 0.66% | 0.68% | - |
| HSV(B) | 124.49º | 0.47% | 0.89% | - |
| XYZ | 39.11 | 60.49 | 30.04 | - |
| YUV | 183.72 | 96.55 | 82.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 227 | 128 | 0.47 | 0 | 0.44 | 0.11 | 124.49 | 0.66 | 0.68 |
| Hex | 78 | E3 | 80 | 2F | 0 | 2C | B | 7C | 42 | 44 |
| Octal | 170 | 343 | 200 | 57 | 0 | 54 | 13 | 174 | 102 | 104 |
| Binary | 1111000 | 11100011 | 10000000 | 101111 | 0 | 101100 | 1011 | 1111100 | 1000010 | 1000100 |
Color Harmonies of #78E380
Complementary color
Monochromatic Colors of #78E380
Black with #78E380
Text Example
Text Example
White with #78E380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78E380; }
p { color: rgb(120,227,128); }
H1.HeaderClassName
{
color: #78E380;
}
.AnyTagClassName
{
color: #78E380;
}
</style>
background-color css
<style>
a { background-color: #78E380; }
a { background-color: rgb(120,227,128); }
div.DivClassName
{
background-color: #78E380;
}
.BgClassName
{
background-color: #78E380;
}
</style>
border-color css
<style>
span { border-color: #78E380; }
span { border-color: rgb(120,227,128); }
td.TdClassName
{
border-color: #78E380;
}
.TagClassName
{
border-color: #78E380;
}
</style>