Shades of Pastel Green #78EC6B
Tints of Pastel Green #78EC6B
RGB
CMYK
RGB Variations
Color information
#78EC6B (or 0x78EC6B) is known color: Pastel Green. HEX triplet: 78, EC and 6B. RGB value is (120,236,107). Sum of RGB (Red+Green+Blue) = 120+236+107=463 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.92% from 463); Green value is 236 (92.58% from 255 or 50.97% from 463); Blue value is 107 (42.19% from 255 or 23.11% from 463); Max value from RGB is 236 - color contains mainly: green. Hex color #78EC6B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #78EC6B is #871394. Grayscale: #BBBBBB. Windows color (decimal): -8852373 or 7072888. OLE color: 7072888.
HSL color Cylindrical-coordinate representation of color #78EC6B: hue angle of 113.95º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #78EC6B is Cyan = 0.49, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 236 | 107 | - |
| CMYK | 0.49 | 0 | 0.55 | 0.07 |
| HSL | 113.95º | 0.77% | 0.67% | - |
| HSV(B) | 113.95º | 0.55% | 0.93% | - |
| XYZ | 40.4 | 65.05 | 24.34 | - |
| YUV | 186.61 | 83.07 | 80.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 236 | 107 | 0.49 | 0 | 0.55 | 0.07 | 113.95 | 0.77 | 0.67 |
| Hex | 78 | EC | 6B | 31 | 0 | 37 | 7 | 72 | 4D | 43 |
| Octal | 170 | 354 | 153 | 61 | 0 | 67 | 7 | 162 | 115 | 103 |
| Binary | 1111000 | 11101100 | 1101011 | 110001 | 0 | 110111 | 111 | 1110010 | 1001101 | 1000011 |
Color Harmonies of #78EC6B
Complementary color
Monochromatic Colors of #78EC6B
Black with #78EC6B
Text Example
Text Example
White with #78EC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78EC6B; }
p { color: rgb(120,236,107); }
H1.HeaderClassName
{
color: #78EC6B;
}
.AnyTagClassName
{
color: #78EC6B;
}
</style>
background-color css
<style>
a { background-color: #78EC6B; }
a { background-color: rgb(120,236,107); }
div.DivClassName
{
background-color: #78EC6B;
}
.BgClassName
{
background-color: #78EC6B;
}
</style>
border-color css
<style>
span { border-color: #78EC6B; }
span { border-color: rgb(120,236,107); }
td.TdClassName
{
border-color: #78EC6B;
}
.TagClassName
{
border-color: #78EC6B;
}
</style>