Shades of Pastel Green #78E678
Tints of Pastel Green #78E678
RGB
CMYK
RGB Variations
Color information
#78E678 (or 0x78E678) is known color: Pastel Green. HEX triplet: 78, E6 and 78. RGB value is (120,230,120). Sum of RGB (Red+Green+Blue) = 120+230+120=470 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.53% from 470); Green value is 230 (90.23% from 255 or 48.94% from 470); Blue value is 120 (47.27% from 255 or 25.53% from 470); Max value from RGB is 230 - color contains mainly: green. Hex color #78E678 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #78E678 is #871987. Grayscale: #B8B8B8. Windows color (decimal): -8853896 or 7923320. OLE color: 7923320.
HSL color Cylindrical-coordinate representation of color #78E678: hue angle of 120º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #78E678 is Cyan = 0.48, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 120 | 230 | 120 | - |
| CMYK | 0.48 | 0 | 0.48 | 0.10 |
| HSL | 120º | 0.69% | 0.69% | - |
| HSV(B) | 120º | 0.48% | 0.9% | - |
| XYZ | 39.43 | 61.94 | 27.65 | - |
| YUV | 184.57 | 91.56 | 81.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 230 | 120 | 0.48 | 0 | 0.48 | 0.10 | 120 | 0.69 | 0.69 |
| Hex | 78 | E6 | 78 | 30 | 0 | 30 | A | 78 | 45 | 45 |
| Octal | 170 | 346 | 170 | 60 | 0 | 60 | 12 | 170 | 105 | 105 |
| Binary | 1111000 | 11100110 | 1111000 | 110000 | 0 | 110000 | 1010 | 1111000 | 1000101 | 1000101 |
Color Harmonies of #78E678
Complementary color
Monochromatic Colors of #78E678
Black with #78E678
Text Example
Text Example
White with #78E678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78E678; }
p { color: rgb(120,230,120); }
H1.HeaderClassName
{
color: #78E678;
}
.AnyTagClassName
{
color: #78E678;
}
</style>
background-color css
<style>
a { background-color: #78E678; }
a { background-color: rgb(120,230,120); }
div.DivClassName
{
background-color: #78E678;
}
.BgClassName
{
background-color: #78E678;
}
</style>
border-color css
<style>
span { border-color: #78E678; }
span { border-color: rgb(120,230,120); }
td.TdClassName
{
border-color: #78E678;
}
.TagClassName
{
border-color: #78E678;
}
</style>