Shades of Pastel Green #78E288
Tints of Pastel Green #78E288
RGB
CMYK
RGB Variations
Color information
#78E288 (or 0x78E288) is known color: Pastel Green. HEX triplet: 78, E2 and 88. RGB value is (120,226,136). Sum of RGB (Red+Green+Blue) = 120+226+136=482 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.90% from 482); Green value is 226 (88.67% from 255 or 46.89% from 482); Blue value is 136 (53.52% from 255 or 28.22% from 482); Max value from RGB is 226 - color contains mainly: green. Hex color #78E288 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78E288 is #871D77. Grayscale: #B8B8B8. Windows color (decimal): -8854904 or 8970872. OLE color: 8970872.
HSL color Cylindrical-coordinate representation of color #78E288: hue angle of 129.06º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #78E288 is Cyan = 0.47, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 120 | 226 | 136 | - |
| CMYK | 0.47 | 0 | 0.40 | 0.11 |
| HSL | 129.06º | 0.65% | 0.68% | - |
| HSV(B) | 129.06º | 0.47% | 0.89% | - |
| XYZ | 39.39 | 60.16 | 32.83 | - |
| YUV | 184.05 | 100.88 | 82.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 226 | 136 | 0.47 | 0 | 0.40 | 0.11 | 129.06 | 0.65 | 0.68 |
| Hex | 78 | E2 | 88 | 2F | 0 | 28 | B | 81 | 41 | 44 |
| Octal | 170 | 342 | 210 | 57 | 0 | 50 | 13 | 201 | 101 | 104 |
| Binary | 1111000 | 11100010 | 10001000 | 101111 | 0 | 101000 | 1011 | 10000001 | 1000001 | 1000100 |
Color Harmonies of #78E288
Complementary color
Monochromatic Colors of #78E288
Black with #78E288
Text Example
Text Example
White with #78E288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78E288; }
p { color: rgb(120,226,136); }
H1.HeaderClassName
{
color: #78E288;
}
.AnyTagClassName
{
color: #78E288;
}
</style>
background-color css
<style>
a { background-color: #78E288; }
a { background-color: rgb(120,226,136); }
div.DivClassName
{
background-color: #78E288;
}
.BgClassName
{
background-color: #78E288;
}
</style>
border-color css
<style>
span { border-color: #78E288; }
span { border-color: rgb(120,226,136); }
td.TdClassName
{
border-color: #78E288;
}
.TagClassName
{
border-color: #78E288;
}
</style>