Shades of Pale Green #78FBA8
Tints of Pale Green #78FBA8
RGB
CMYK
RGB Variations
Color information
#78FBA8 (or 0x78FBA8) is known color: Pale Green. HEX triplet: 78, FB and A8. RGB value is (120,251,168). Sum of RGB (Red+Green+Blue) = 120+251+168=539 (71% of max value = 765). Red value is 120 (47.27% from 255 or 22.26% from 539); Green value is 251 (98.44% from 255 or 46.57% from 539); Blue value is 168 (66.02% from 255 or 31.17% from 539); Max value from RGB is 251 - color contains mainly: green. Hex color #78FBA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #78FBA8 is #870457. Grayscale: #CACACA. Windows color (decimal): -8848472 or 11074424. OLE color: 11074424.
HSL color Cylindrical-coordinate representation of color #78FBA8: hue angle of 141.98º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78FBA8 is Cyan = 0.52, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 120 | 251 | 168 | - |
| CMYK | 0.52 | 0 | 0.33 | 0.02 |
| HSL | 141.98º | 0.94% | 0.73% | - |
| HSV(B) | 141.98º | 0.52% | 0.98% | - |
| XYZ | 49.31 | 75.81 | 49.08 | - |
| YUV | 202.37 | 108.6 | 69.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 251 | 168 | 0.52 | 0 | 0.33 | 0.02 | 141.98 | 0.94 | 0.73 |
| Hex | 78 | FB | A8 | 34 | 0 | 21 | 2 | 8E | 5E | 49 |
| Octal | 170 | 373 | 250 | 64 | 0 | 41 | 2 | 216 | 136 | 111 |
| Binary | 1111000 | 11111011 | 10101000 | 110100 | 0 | 100001 | 10 | 10001110 | 1011110 | 1001001 |
Color Harmonies of #78FBA8
Complementary color
Monochromatic Colors of #78FBA8
Black with #78FBA8
Text Example
Text Example
White with #78FBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78FBA8; }
p { color: rgb(120,251,168); }
H1.HeaderClassName
{
color: #78FBA8;
}
.AnyTagClassName
{
color: #78FBA8;
}
</style>
background-color css
<style>
a { background-color: #78FBA8; }
a { background-color: rgb(120,251,168); }
div.DivClassName
{
background-color: #78FBA8;
}
.BgClassName
{
background-color: #78FBA8;
}
</style>
border-color css
<style>
span { border-color: #78FBA8; }
span { border-color: rgb(120,251,168); }
td.TdClassName
{
border-color: #78FBA8;
}
.TagClassName
{
border-color: #78FBA8;
}
</style>