Shades of Pastel Green #78DE8B
Tints of Pastel Green #78DE8B
RGB
CMYK
RGB Variations
Color information
#78DE8B (or 0x78DE8B) is known color: Pastel Green. HEX triplet: 78, DE and 8B. RGB value is (120,222,139). Sum of RGB (Red+Green+Blue) = 120+222+139=481 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.95% from 481); Green value is 222 (87.11% from 255 or 46.15% from 481); Blue value is 139 (54.69% from 255 or 28.90% from 481); Max value from RGB is 222 - color contains mainly: green. Hex color #78DE8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78DE8B is #872174. Grayscale: #B6B6B6. Windows color (decimal): -8855925 or 9166456. OLE color: 9166456.
HSL color Cylindrical-coordinate representation of color #78DE8B: hue angle of 131.18º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #78DE8B is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 222 | 139 | - |
| CMYK | 0.46 | 0 | 0.37 | 0.13 |
| HSL | 131.18º | 0.61% | 0.67% | - |
| HSV(B) | 131.18º | 0.46% | 0.87% | - |
| XYZ | 38.53 | 58.1 | 33.61 | - |
| YUV | 182.04 | 103.71 | 83.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 222 | 139 | 0.46 | 0 | 0.37 | 0.13 | 131.18 | 0.61 | 0.67 |
| Hex | 78 | DE | 8B | 2E | 0 | 25 | D | 83 | 3D | 43 |
| Octal | 170 | 336 | 213 | 56 | 0 | 45 | 15 | 203 | 75 | 103 |
| Binary | 1111000 | 11011110 | 10001011 | 101110 | 0 | 100101 | 1101 | 10000011 | 111101 | 1000011 |
Color Harmonies of #78DE8B
Complementary color
Monochromatic Colors of #78DE8B
Black with #78DE8B
Text Example
Text Example
White with #78DE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DE8B; }
p { color: rgb(120,222,139); }
H1.HeaderClassName
{
color: #78DE8B;
}
.AnyTagClassName
{
color: #78DE8B;
}
</style>
background-color css
<style>
a { background-color: #78DE8B; }
a { background-color: rgb(120,222,139); }
div.DivClassName
{
background-color: #78DE8B;
}
.BgClassName
{
background-color: #78DE8B;
}
</style>
border-color css
<style>
span { border-color: #78DE8B; }
span { border-color: rgb(120,222,139); }
td.TdClassName
{
border-color: #78DE8B;
}
.TagClassName
{
border-color: #78DE8B;
}
</style>