Shades of Pastel Green #78F270
Tints of Pastel Green #78F270
RGB
CMYK
RGB Variations
Color information
#78F270 (or 0x78F270) is known color: Pastel Green. HEX triplet: 78, F2 and 70. RGB value is (120,242,112). Sum of RGB (Red+Green+Blue) = 120+242+112=474 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.32% from 474); Green value is 242 (94.92% from 255 or 51.05% from 474); Blue value is 112 (44.14% from 255 or 23.63% from 474); Max value from RGB is 242 - color contains mainly: green. Hex color #78F270 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #78F270 is #870D8F. Grayscale: #BFBFBF. Windows color (decimal): -8850832 or 7402104. OLE color: 7402104.
HSL color Cylindrical-coordinate representation of color #78F270: hue angle of 116.31º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #78F270 is Cyan = 0.50, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 120 | 242 | 112 | - |
| CMYK | 0.50 | 0 | 0.54 | 0.05 |
| HSL | 116.31º | 0.83% | 0.69% | - |
| HSV(B) | 116.31º | 0.54% | 0.95% | - |
| XYZ | 42.42 | 68.67 | 26.35 | - |
| YUV | 190.7 | 83.58 | 77.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 242 | 112 | 0.50 | 0 | 0.54 | 0.05 | 116.31 | 0.83 | 0.69 |
| Hex | 78 | F2 | 70 | 32 | 0 | 36 | 5 | 74 | 53 | 45 |
| Octal | 170 | 362 | 160 | 62 | 0 | 66 | 5 | 164 | 123 | 105 |
| Binary | 1111000 | 11110010 | 1110000 | 110010 | 0 | 110110 | 101 | 1110100 | 1010011 | 1000101 |
Color Harmonies of #78F270
Complementary color
Monochromatic Colors of #78F270
Black with #78F270
Text Example
Text Example
White with #78F270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78F270; }
p { color: rgb(120,242,112); }
H1.HeaderClassName
{
color: #78F270;
}
.AnyTagClassName
{
color: #78F270;
}
</style>
background-color css
<style>
a { background-color: #78F270; }
a { background-color: rgb(120,242,112); }
div.DivClassName
{
background-color: #78F270;
}
.BgClassName
{
background-color: #78F270;
}
</style>
border-color css
<style>
span { border-color: #78F270; }
span { border-color: rgb(120,242,112); }
td.TdClassName
{
border-color: #78F270;
}
.TagClassName
{
border-color: #78F270;
}
</style>