Shades of Pastel Green #78CF68
Tints of Pastel Green #78CF68
RGB
CMYK
RGB Variations
Color information
#78CF68 (or 0x78CF68) is known color: Pastel Green. HEX triplet: 78, CF and 68. RGB value is (120,207,104). Sum of RGB (Red+Green+Blue) = 120+207+104=431 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.84% from 431); Green value is 207 (81.25% from 255 or 48.03% from 431); Blue value is 104 (41.02% from 255 or 24.13% from 431); Max value from RGB is 207 - color contains mainly: green. Hex color #78CF68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78CF68 is #873097. Grayscale: #A9A9A9. Windows color (decimal): -8859800 or 6868856. OLE color: 6868856.
HSL color Cylindrical-coordinate representation of color #78CF68: hue angle of 110.68º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78CF68 is Cyan = 0.42, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 207 | 104 | - |
| CMYK | 0.42 | 0 | 0.50 | 0.19 |
| HSL | 110.68º | 0.52% | 0.61% | - |
| HSV(B) | 110.68º | 0.5% | 0.81% | - |
| XYZ | 32.56 | 49.62 | 20.96 | - |
| YUV | 169.25 | 91.18 | 92.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 207 | 104 | 0.42 | 0 | 0.50 | 0.19 | 110.68 | 0.52 | 0.61 |
| Hex | 78 | CF | 68 | 2A | 0 | 32 | 13 | 6F | 34 | 3D |
| Octal | 170 | 317 | 150 | 52 | 0 | 62 | 23 | 157 | 64 | 75 |
| Binary | 1111000 | 11001111 | 1101000 | 101010 | 0 | 110010 | 10011 | 1101111 | 110100 | 111101 |
Color Harmonies of #78CF68
Complementary color
Monochromatic Colors of #78CF68
Black with #78CF68
Text Example
Text Example
White with #78CF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CF68; }
p { color: rgb(120,207,104); }
H1.HeaderClassName
{
color: #78CF68;
}
.AnyTagClassName
{
color: #78CF68;
}
</style>
background-color css
<style>
a { background-color: #78CF68; }
a { background-color: rgb(120,207,104); }
div.DivClassName
{
background-color: #78CF68;
}
.BgClassName
{
background-color: #78CF68;
}
</style>
border-color css
<style>
span { border-color: #78CF68; }
span { border-color: rgb(120,207,104); }
td.TdClassName
{
border-color: #78CF68;
}
.TagClassName
{
border-color: #78CF68;
}
</style>