Shades of Pastel Green #78DF60
Tints of Pastel Green #78DF60
RGB
CMYK
RGB Variations
Color information
#78DF60 (or 0x78DF60) is known color: Pastel Green. HEX triplet: 78, DF and 60. RGB value is (120,223,96). Sum of RGB (Red+Green+Blue) = 120+223+96=439 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.33% from 439); Green value is 223 (87.5% from 255 or 50.80% from 439); Blue value is 96 (37.89% from 255 or 21.87% from 439); Max value from RGB is 223 - color contains mainly: green. Hex color #78DF60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78DF60 is #87209F. Grayscale: #B2B2B2. Windows color (decimal): -8855712 or 6348664. OLE color: 6348664.
HSL color Cylindrical-coordinate representation of color #78DF60: hue angle of 108.66º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #78DF60 is Cyan = 0.46, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 223 | 96 | - |
| CMYK | 0.46 | 0 | 0.57 | 0.13 |
| HSL | 108.66º | 0.66% | 0.63% | - |
| HSV(B) | 108.66º | 0.57% | 0.87% | - |
| XYZ | 36.24 | 57.61 | 20.28 | - |
| YUV | 177.73 | 81.88 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 223 | 96 | 0.46 | 0 | 0.57 | 0.13 | 108.66 | 0.66 | 0.63 |
| Hex | 78 | DF | 60 | 2E | 0 | 39 | D | 6D | 42 | 3F |
| Octal | 170 | 337 | 140 | 56 | 0 | 71 | 15 | 155 | 102 | 77 |
| Binary | 1111000 | 11011111 | 1100000 | 101110 | 0 | 111001 | 1101 | 1101101 | 1000010 | 111111 |
Color Harmonies of #78DF60
Complementary color
Monochromatic Colors of #78DF60
Black with #78DF60
Text Example
Text Example
White with #78DF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DF60; }
p { color: rgb(120,223,96); }
H1.HeaderClassName
{
color: #78DF60;
}
.AnyTagClassName
{
color: #78DF60;
}
</style>
background-color css
<style>
a { background-color: #78DF60; }
a { background-color: rgb(120,223,96); }
div.DivClassName
{
background-color: #78DF60;
}
.BgClassName
{
background-color: #78DF60;
}
</style>
border-color css
<style>
span { border-color: #78DF60; }
span { border-color: rgb(120,223,96); }
td.TdClassName
{
border-color: #78DF60;
}
.TagClassName
{
border-color: #78DF60;
}
</style>