Shades of Pastel Green #78DF8C
Tints of Pastel Green #78DF8C
RGB
CMYK
RGB Variations
Color information
#78DF8C (or 0x78DF8C) is known color: Pastel Green. HEX triplet: 78, DF and 8C. RGB value is (120,223,140). Sum of RGB (Red+Green+Blue) = 120+223+140=483 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.84% from 483); Green value is 223 (87.5% from 255 or 46.17% from 483); Blue value is 140 (55.08% from 255 or 28.99% from 483); Max value from RGB is 223 - color contains mainly: green. Hex color #78DF8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78DF8C is #872073. Grayscale: #B6B6B6. Windows color (decimal): -8855668 or 9232248. OLE color: 9232248.
HSL color Cylindrical-coordinate representation of color #78DF8C: hue angle of 131.65º degrees, saturation: 0.62, 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 #78DF8C is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 223 | 140 | - |
| CMYK | 0.46 | 0 | 0.37 | 0.13 |
| HSL | 131.65º | 0.62% | 0.67% | - |
| HSV(B) | 131.65º | 0.46% | 0.87% | - |
| XYZ | 38.87 | 58.66 | 34.09 | - |
| YUV | 182.74 | 103.88 | 83.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 223 | 140 | 0.46 | 0 | 0.37 | 0.13 | 131.65 | 0.62 | 0.67 |
| Hex | 78 | DF | 8C | 2E | 0 | 25 | D | 84 | 3E | 43 |
| Octal | 170 | 337 | 214 | 56 | 0 | 45 | 15 | 204 | 76 | 103 |
| Binary | 1111000 | 11011111 | 10001100 | 101110 | 0 | 100101 | 1101 | 10000100 | 111110 | 1000011 |
Color Harmonies of #78DF8C
Complementary color
Monochromatic Colors of #78DF8C
Black with #78DF8C
Text Example
Text Example
White with #78DF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DF8C; }
p { color: rgb(120,223,140); }
H1.HeaderClassName
{
color: #78DF8C;
}
.AnyTagClassName
{
color: #78DF8C;
}
</style>
background-color css
<style>
a { background-color: #78DF8C; }
a { background-color: rgb(120,223,140); }
div.DivClassName
{
background-color: #78DF8C;
}
.BgClassName
{
background-color: #78DF8C;
}
</style>
border-color css
<style>
span { border-color: #78DF8C; }
span { border-color: rgb(120,223,140); }
td.TdClassName
{
border-color: #78DF8C;
}
.TagClassName
{
border-color: #78DF8C;
}
</style>