Shades of Pastel Green #78CA6C
Tints of Pastel Green #78CA6C
RGB
CMYK
RGB Variations
Color information
#78CA6C (or 0x78CA6C) is known color: Pastel Green. HEX triplet: 78, CA and 6C. RGB value is (120,202,108). Sum of RGB (Red+Green+Blue) = 120+202+108=430 (56% of max value = 765). Red value is 120 (47.27% from 255 or 27.91% from 430); Green value is 202 (79.30% from 255 or 46.98% from 430); Blue value is 108 (42.58% from 255 or 25.12% from 430); Max value from RGB is 202 - color contains mainly: green. Hex color #78CA6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78CA6C is #873593. Grayscale: #A7A7A7. Windows color (decimal): -8861076 or 7129720. OLE color: 7129720.
HSL color Cylindrical-coordinate representation of color #78CA6C: hue angle of 112.34º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #78CA6C is Cyan = 0.41, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 120 | 202 | 108 | - |
| CMYK | 0.41 | 0 | 0.47 | 0.21 |
| HSL | 112.34º | 0.47% | 0.61% | - |
| HSV(B) | 112.34º | 0.47% | 0.79% | - |
| XYZ | 31.57 | 47.32 | 21.66 | - |
| YUV | 166.77 | 94.83 | 94.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 202 | 108 | 0.41 | 0 | 0.47 | 0.21 | 112.34 | 0.47 | 0.61 |
| Hex | 78 | CA | 6C | 29 | 0 | 2F | 15 | 70 | 2F | 3D |
| Octal | 170 | 312 | 154 | 51 | 0 | 57 | 25 | 160 | 57 | 75 |
| Binary | 1111000 | 11001010 | 1101100 | 101001 | 0 | 101111 | 10101 | 1110000 | 101111 | 111101 |
Color Harmonies of #78CA6C
Complementary color
Monochromatic Colors of #78CA6C
Black with #78CA6C
Text Example
Text Example
White with #78CA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CA6C; }
p { color: rgb(120,202,108); }
H1.HeaderClassName
{
color: #78CA6C;
}
.AnyTagClassName
{
color: #78CA6C;
}
</style>
background-color css
<style>
a { background-color: #78CA6C; }
a { background-color: rgb(120,202,108); }
div.DivClassName
{
background-color: #78CA6C;
}
.BgClassName
{
background-color: #78CA6C;
}
</style>
border-color css
<style>
span { border-color: #78CA6C; }
span { border-color: rgb(120,202,108); }
td.TdClassName
{
border-color: #78CA6C;
}
.TagClassName
{
border-color: #78CA6C;
}
</style>