Shades of Pastel Green #78DE6A
Tints of Pastel Green #78DE6A
RGB
CMYK
RGB Variations
Color information
#78DE6A (or 0x78DE6A) is known color: Pastel Green. HEX triplet: 78, DE and 6A. RGB value is (120,222,106). Sum of RGB (Red+Green+Blue) = 120+222+106=448 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.79% from 448); Green value is 222 (87.11% from 255 or 49.55% from 448); Blue value is 106 (41.80% from 255 or 23.66% from 448); Max value from RGB is 222 - color contains mainly: green. Hex color #78DE6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78DE6A is #872195. Grayscale: #B2B2B2. Windows color (decimal): -8855958 or 7003768. OLE color: 7003768.
HSL color Cylindrical-coordinate representation of color #78DE6A: hue angle of 112.76º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78DE6A is Cyan = 0.46, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 222 | 106 | - |
| CMYK | 0.46 | 0 | 0.52 | 0.13 |
| HSL | 112.76º | 0.64% | 0.64% | - |
| HSV(B) | 112.76º | 0.52% | 0.87% | - |
| XYZ | 36.47 | 57.28 | 22.77 | - |
| YUV | 178.28 | 87.21 | 86.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 222 | 106 | 0.46 | 0 | 0.52 | 0.13 | 112.76 | 0.64 | 0.64 |
| Hex | 78 | DE | 6A | 2E | 0 | 34 | D | 71 | 40 | 40 |
| Octal | 170 | 336 | 152 | 56 | 0 | 64 | 15 | 161 | 100 | 100 |
| Binary | 1111000 | 11011110 | 1101010 | 101110 | 0 | 110100 | 1101 | 1110001 | 1000000 | 1000000 |
Color Harmonies of #78DE6A
Complementary color
Monochromatic Colors of #78DE6A
Black with #78DE6A
Text Example
Text Example
White with #78DE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DE6A; }
p { color: rgb(120,222,106); }
H1.HeaderClassName
{
color: #78DE6A;
}
.AnyTagClassName
{
color: #78DE6A;
}
</style>
background-color css
<style>
a { background-color: #78DE6A; }
a { background-color: rgb(120,222,106); }
div.DivClassName
{
background-color: #78DE6A;
}
.BgClassName
{
background-color: #78DE6A;
}
</style>
border-color css
<style>
span { border-color: #78DE6A; }
span { border-color: rgb(120,222,106); }
td.TdClassName
{
border-color: #78DE6A;
}
.TagClassName
{
border-color: #78DE6A;
}
</style>