Shades of Pastel Green #78CE7D
Tints of Pastel Green #78CE7D
RGB
CMYK
RGB Variations
Color information
#78CE7D (or 0x78CE7D) is known color: Pastel Green. HEX triplet: 78, CE and 7D. RGB value is (120,206,125). Sum of RGB (Red+Green+Blue) = 120+206+125=451 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.61% from 451); Green value is 206 (80.86% from 255 or 45.68% from 451); Blue value is 125 (49.22% from 255 or 27.72% from 451); Max value from RGB is 206 - color contains mainly: green. Hex color #78CE7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78CE7D is #873182. Grayscale: #ABABAB. Windows color (decimal): -8860035 or 8244856. OLE color: 8244856.
HSL color Cylindrical-coordinate representation of color #78CE7D: hue angle of 123.49º 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 #78CE7D is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 206 | 125 | - |
| CMYK | 0.42 | 0 | 0.39 | 0.19 |
| HSL | 123.49º | 0.47% | 0.64% | - |
| HSV(B) | 123.49º | 0.42% | 0.81% | - |
| XYZ | 33.52 | 49.62 | 27.21 | - |
| YUV | 171.05 | 102.01 | 91.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 206 | 125 | 0.42 | 0 | 0.39 | 0.19 | 123.49 | 0.47 | 0.64 |
| Hex | 78 | CE | 7D | 2A | 0 | 27 | 13 | 7B | 2F | 40 |
| Octal | 170 | 316 | 175 | 52 | 0 | 47 | 23 | 173 | 57 | 100 |
| Binary | 1111000 | 11001110 | 1111101 | 101010 | 0 | 100111 | 10011 | 1111011 | 101111 | 1000000 |
Color Harmonies of #78CE7D
Complementary color
Monochromatic Colors of #78CE7D
Black with #78CE7D
Text Example
Text Example
White with #78CE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CE7D; }
p { color: rgb(120,206,125); }
H1.HeaderClassName
{
color: #78CE7D;
}
.AnyTagClassName
{
color: #78CE7D;
}
</style>
background-color css
<style>
a { background-color: #78CE7D; }
a { background-color: rgb(120,206,125); }
div.DivClassName
{
background-color: #78CE7D;
}
.BgClassName
{
background-color: #78CE7D;
}
</style>
border-color css
<style>
span { border-color: #78CE7D; }
span { border-color: rgb(120,206,125); }
td.TdClassName
{
border-color: #78CE7D;
}
.TagClassName
{
border-color: #78CE7D;
}
</style>