Shades of Pastel Green #78CE7C
Tints of Pastel Green #78CE7C
RGB
CMYK
RGB Variations
Color information
#78CE7C (or 0x78CE7C) is known color: Pastel Green. HEX triplet: 78, CE and 7C. RGB value is (120,206,124). Sum of RGB (Red+Green+Blue) = 120+206+124=450 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.67% from 450); Green value is 206 (80.86% from 255 or 45.78% from 450); Blue value is 124 (48.83% from 255 or 27.56% from 450); Max value from RGB is 206 - color contains mainly: green. Hex color #78CE7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78CE7C is #873183. Grayscale: #ABABAB. Windows color (decimal): -8860036 or 8179320. OLE color: 8179320.
HSL color Cylindrical-coordinate representation of color #78CE7C: hue angle of 122.79º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #78CE7C is Cyan = 0.42, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 206 | 124 | - |
| CMYK | 0.42 | 0 | 0.40 | 0.19 |
| HSL | 122.79º | 0.47% | 0.64% | - |
| HSV(B) | 122.79º | 0.42% | 0.81% | - |
| XYZ | 33.46 | 49.59 | 26.88 | - |
| YUV | 170.94 | 101.51 | 91.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 206 | 124 | 0.42 | 0 | 0.40 | 0.19 | 122.79 | 0.47 | 0.64 |
| Hex | 78 | CE | 7C | 2A | 0 | 28 | 13 | 7B | 2F | 40 |
| Octal | 170 | 316 | 174 | 52 | 0 | 50 | 23 | 173 | 57 | 100 |
| Binary | 1111000 | 11001110 | 1111100 | 101010 | 0 | 101000 | 10011 | 1111011 | 101111 | 1000000 |
Color Harmonies of #78CE7C
Complementary color
Monochromatic Colors of #78CE7C
Black with #78CE7C
Text Example
Text Example
White with #78CE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CE7C; }
p { color: rgb(120,206,124); }
H1.HeaderClassName
{
color: #78CE7C;
}
.AnyTagClassName
{
color: #78CE7C;
}
</style>
background-color css
<style>
a { background-color: #78CE7C; }
a { background-color: rgb(120,206,124); }
div.DivClassName
{
background-color: #78CE7C;
}
.BgClassName
{
background-color: #78CE7C;
}
</style>
border-color css
<style>
span { border-color: #78CE7C; }
span { border-color: rgb(120,206,124); }
td.TdClassName
{
border-color: #78CE7C;
}
.TagClassName
{
border-color: #78CE7C;
}
</style>