Shades of Pastel Green #78DD6B
Tints of Pastel Green #78DD6B
RGB
CMYK
RGB Variations
Color information
#78DD6B (or 0x78DD6B) is known color: Pastel Green. HEX triplet: 78, DD and 6B. RGB value is (120,221,107). Sum of RGB (Red+Green+Blue) = 120+221+107=448 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.79% from 448); Green value is 221 (86.72% from 255 or 49.33% from 448); Blue value is 107 (42.19% from 255 or 23.88% from 448); Max value from RGB is 221 - color contains mainly: green. Hex color #78DD6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78DD6B is #872294. Grayscale: #B2B2B2. Windows color (decimal): -8856213 or 7069048. OLE color: 7069048.
HSL color Cylindrical-coordinate representation of color #78DD6B: hue angle of 113.16º degrees, saturation: 0.63, 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 #78DD6B is Cyan = 0.46, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 221 | 107 | - |
| CMYK | 0.46 | 0 | 0.52 | 0.13 |
| HSL | 113.16º | 0.63% | 0.64% | - |
| HSV(B) | 113.16º | 0.52% | 0.87% | - |
| XYZ | 36.26 | 56.77 | 22.96 | - |
| YUV | 177.81 | 88.04 | 86.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 221 | 107 | 0.46 | 0 | 0.52 | 0.13 | 113.16 | 0.63 | 0.64 |
| Hex | 78 | DD | 6B | 2E | 0 | 34 | D | 71 | 3F | 40 |
| Octal | 170 | 335 | 153 | 56 | 0 | 64 | 15 | 161 | 77 | 100 |
| Binary | 1111000 | 11011101 | 1101011 | 101110 | 0 | 110100 | 1101 | 1110001 | 111111 | 1000000 |
Color Harmonies of #78DD6B
Complementary color
Monochromatic Colors of #78DD6B
Black with #78DD6B
Text Example
Text Example
White with #78DD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DD6B; }
p { color: rgb(120,221,107); }
H1.HeaderClassName
{
color: #78DD6B;
}
.AnyTagClassName
{
color: #78DD6B;
}
</style>
background-color css
<style>
a { background-color: #78DD6B; }
a { background-color: rgb(120,221,107); }
div.DivClassName
{
background-color: #78DD6B;
}
.BgClassName
{
background-color: #78DD6B;
}
</style>
border-color css
<style>
span { border-color: #78DD6B; }
span { border-color: rgb(120,221,107); }
td.TdClassName
{
border-color: #78DD6B;
}
.TagClassName
{
border-color: #78DD6B;
}
</style>