Shades of Pastel Green #78F27C
Tints of Pastel Green #78F27C
RGB
CMYK
RGB Variations
Color information
#78F27C (or 0x78F27C) is known color: Pastel Green. HEX triplet: 78, F2 and 7C. RGB value is (120,242,124). Sum of RGB (Red+Green+Blue) = 120+242+124=486 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.69% from 486); Green value is 242 (94.92% from 255 or 49.79% from 486); Blue value is 124 (48.83% from 255 or 25.51% from 486); Max value from RGB is 242 - color contains mainly: green. Hex color #78F27C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #78F27C is #870D83. Grayscale: #C0C0C0. Windows color (decimal): -8850820 or 8188536. OLE color: 8188536.
HSL color Cylindrical-coordinate representation of color #78F27C: hue angle of 121.97º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78F27C is Cyan = 0.50, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 120 | 242 | 124 | - |
| CMYK | 0.50 | 0 | 0.49 | 0.05 |
| HSL | 121.97º | 0.82% | 0.71% | - |
| HSV(B) | 121.97º | 0.5% | 0.95% | - |
| XYZ | 43.14 | 68.95 | 30.1 | - |
| YUV | 192.07 | 89.58 | 76.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 242 | 124 | 0.50 | 0 | 0.49 | 0.05 | 121.97 | 0.82 | 0.71 |
| Hex | 78 | F2 | 7C | 32 | 0 | 31 | 5 | 7A | 52 | 47 |
| Octal | 170 | 362 | 174 | 62 | 0 | 61 | 5 | 172 | 122 | 107 |
| Binary | 1111000 | 11110010 | 1111100 | 110010 | 0 | 110001 | 101 | 1111010 | 1010010 | 1000111 |
Color Harmonies of #78F27C
Complementary color
Monochromatic Colors of #78F27C
Black with #78F27C
Text Example
Text Example
White with #78F27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78F27C; }
p { color: rgb(120,242,124); }
H1.HeaderClassName
{
color: #78F27C;
}
.AnyTagClassName
{
color: #78F27C;
}
</style>
background-color css
<style>
a { background-color: #78F27C; }
a { background-color: rgb(120,242,124); }
div.DivClassName
{
background-color: #78F27C;
}
.BgClassName
{
background-color: #78F27C;
}
</style>
border-color css
<style>
span { border-color: #78F27C; }
span { border-color: rgb(120,242,124); }
td.TdClassName
{
border-color: #78F27C;
}
.TagClassName
{
border-color: #78F27C;
}
</style>