Shades of Pastel Green #78E271
Tints of Pastel Green #78E271
RGB
CMYK
RGB Variations
Color information
#78E271 (or 0x78E271) is known color: Pastel Green. HEX triplet: 78, E2 and 71. RGB value is (120,226,113). Sum of RGB (Red+Green+Blue) = 120+226+113=459 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.14% from 459); Green value is 226 (88.67% from 255 or 49.24% from 459); Blue value is 113 (44.53% from 255 or 24.62% from 459); Max value from RGB is 226 - color contains mainly: green. Hex color #78E271 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78E271 is #871D8E. Grayscale: #B5B5B5. Windows color (decimal): -8854927 or 7463544. OLE color: 7463544.
HSL color Cylindrical-coordinate representation of color #78E271: hue angle of 116.28º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78E271 is Cyan = 0.47, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 120 | 226 | 113 | - |
| CMYK | 0.47 | 0 | 0.5 | 0.11 |
| HSL | 116.28º | 0.66% | 0.66% | - |
| HSV(B) | 116.28º | 0.5% | 0.89% | - |
| XYZ | 37.92 | 59.58 | 25.12 | - |
| YUV | 181.42 | 89.38 | 84.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 226 | 113 | 0.47 | 0 | 0.5 | 0.11 | 116.28 | 0.66 | 0.66 |
| Hex | 78 | E2 | 71 | 2F | 0 | 32 | B | 74 | 42 | 42 |
| Octal | 170 | 342 | 161 | 57 | 0 | 62 | 13 | 164 | 102 | 102 |
| Binary | 1111000 | 11100010 | 1110001 | 101111 | 0 | 110010 | 1011 | 1110100 | 1000010 | 1000010 |
Color Harmonies of #78E271
Complementary color
Monochromatic Colors of #78E271
Black with #78E271
Text Example
Text Example
White with #78E271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78E271; }
p { color: rgb(120,226,113); }
H1.HeaderClassName
{
color: #78E271;
}
.AnyTagClassName
{
color: #78E271;
}
</style>
background-color css
<style>
a { background-color: #78E271; }
a { background-color: rgb(120,226,113); }
div.DivClassName
{
background-color: #78E271;
}
.BgClassName
{
background-color: #78E271;
}
</style>
border-color css
<style>
span { border-color: #78E271; }
span { border-color: rgb(120,226,113); }
td.TdClassName
{
border-color: #78E271;
}
.TagClassName
{
border-color: #78E271;
}
</style>