Shades of Pastel Green #78D465
Tints of Pastel Green #78D465
RGB
CMYK
RGB Variations
Color information
#78D465 (or 0x78D465) is known color: Pastel Green. HEX triplet: 78, D4 and 65. RGB value is (120,212,101). Sum of RGB (Red+Green+Blue) = 120+212+101=433 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.71% from 433); Green value is 212 (83.20% from 255 or 48.96% from 433); Blue value is 101 (39.84% from 255 or 23.33% from 433); Max value from RGB is 212 - color contains mainly: green. Hex color #78D465 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78D465 is #872B9A. Grayscale: #ACACAC. Windows color (decimal): -8858523 or 6673528. OLE color: 6673528.
HSL color Cylindrical-coordinate representation of color #78D465: hue angle of 109.73º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78D465 is Cyan = 0.43, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 120 | 212 | 101 | - |
| CMYK | 0.43 | 0 | 0.52 | 0.17 |
| HSL | 109.73º | 0.56% | 0.61% | - |
| HSV(B) | 109.73º | 0.52% | 0.83% | - |
| XYZ | 33.64 | 52.02 | 20.58 | - |
| YUV | 171.84 | 88.02 | 91.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 212 | 101 | 0.43 | 0 | 0.52 | 0.17 | 109.73 | 0.56 | 0.61 |
| Hex | 78 | D4 | 65 | 2B | 0 | 34 | 11 | 6E | 38 | 3D |
| Octal | 170 | 324 | 145 | 53 | 0 | 64 | 21 | 156 | 70 | 75 |
| Binary | 1111000 | 11010100 | 1100101 | 101011 | 0 | 110100 | 10001 | 1101110 | 111000 | 111101 |
Color Harmonies of #78D465
Complementary color
Monochromatic Colors of #78D465
Black with #78D465
Text Example
Text Example
White with #78D465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D465; }
p { color: rgb(120,212,101); }
H1.HeaderClassName
{
color: #78D465;
}
.AnyTagClassName
{
color: #78D465;
}
</style>
background-color css
<style>
a { background-color: #78D465; }
a { background-color: rgb(120,212,101); }
div.DivClassName
{
background-color: #78D465;
}
.BgClassName
{
background-color: #78D465;
}
</style>
border-color css
<style>
span { border-color: #78D465; }
span { border-color: rgb(120,212,101); }
td.TdClassName
{
border-color: #78D465;
}
.TagClassName
{
border-color: #78D465;
}
</style>