Shades of Pale Green #B0FDA8
Tints of Pale Green #B0FDA8
RGB
CMYK
RGB Variations
Color information
#B0FDA8 (or 0xB0FDA8) is known color: Pale Green. HEX triplet: B0, FD and A8. RGB value is (176,253,168). Sum of RGB (Red+Green+Blue) = 176+253+168=597 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.48% from 597); Green value is 253 (99.22% from 255 or 42.38% from 597); Blue value is 168 (66.02% from 255 or 28.14% from 597); Max value from RGB is 253 - color contains mainly: green. Hex color #B0FDA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FDA8 is #4F0257. Grayscale: #DCDCDC. Windows color (decimal): -5177944 or 11074992. OLE color: 11074992.
HSL color Cylindrical-coordinate representation of color #B0FDA8: hue angle of 114.35º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B0FDA8 is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 253 | 168 | - |
| CMYK | 0.30 | 0 | 0.34 | 0.01 |
| HSL | 114.35º | 0.96% | 0.83% | - |
| HSV(B) | 114.35º | 0.34% | 0.99% | - |
| XYZ | 60.1 | 82.31 | 49.77 | - |
| YUV | 220.29 | 98.49 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 253 | 168 | 0.30 | 0 | 0.34 | 0.01 | 114.35 | 0.96 | 0.83 |
| Hex | B0 | FD | A8 | 1E | 0 | 22 | 1 | 72 | 60 | 53 |
| Octal | 260 | 375 | 250 | 36 | 0 | 42 | 1 | 162 | 140 | 123 |
| Binary | 10110000 | 11111101 | 10101000 | 11110 | 0 | 100010 | 1 | 1110010 | 1100000 | 1010011 |
Color Harmonies of #B0FDA8
Complementary color
Monochromatic Colors of #B0FDA8
Black with #B0FDA8
Text Example
Text Example
White with #B0FDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FDA8; }
p { color: rgb(176,253,168); }
H1.HeaderClassName
{
color: #B0FDA8;
}
.AnyTagClassName
{
color: #B0FDA8;
}
</style>
background-color css
<style>
a { background-color: #B0FDA8; }
a { background-color: rgb(176,253,168); }
div.DivClassName
{
background-color: #B0FDA8;
}
.BgClassName
{
background-color: #B0FDA8;
}
</style>
border-color css
<style>
span { border-color: #B0FDA8; }
span { border-color: rgb(176,253,168); }
td.TdClassName
{
border-color: #B0FDA8;
}
.TagClassName
{
border-color: #B0FDA8;
}
</style>