Shades of Celadon #B1FBAB
Tints of Celadon #B1FBAB
RGB
CMYK
RGB Variations
Color information
#B1FBAB (or 0xB1FBAB) is known color: Celadon. HEX triplet: B1, FB and AB. RGB value is (177,251,171). Sum of RGB (Red+Green+Blue) = 177+251+171=599 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.55% from 599); Green value is 251 (98.44% from 255 or 41.90% from 599); Blue value is 171 (67.19% from 255 or 28.55% from 599); Max value from RGB is 251 - color contains mainly: green. Hex color #B1FBAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1FBAB is #4E0454. Grayscale: #DCDCDC. Windows color (decimal): -5112917 or 11271089. OLE color: 11271089.
HSL color Cylindrical-coordinate representation of color #B1FBAB: hue angle of 115.5º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B1FBAB is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 251 | 171 | - |
| CMYK | 0.29 | 0 | 0.32 | 0.02 |
| HSL | 115.5º | 0.91% | 0.83% | - |
| HSV(B) | 115.5º | 0.32% | 0.98% | - |
| XYZ | 59.98 | 81.28 | 51.06 | - |
| YUV | 219.75 | 100.48 | 97.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 251 | 171 | 0.29 | 0 | 0.32 | 0.02 | 115.5 | 0.91 | 0.83 |
| Hex | B1 | FB | AB | 1D | 0 | 20 | 2 | 74 | 5B | 53 |
| Octal | 261 | 373 | 253 | 35 | 0 | 40 | 2 | 164 | 133 | 123 |
| Binary | 10110001 | 11111011 | 10101011 | 11101 | 0 | 100000 | 10 | 1110100 | 1011011 | 1010011 |
Color Harmonies of #B1FBAB
Complementary color
Monochromatic Colors of #B1FBAB
Black with #B1FBAB
Text Example
Text Example
White with #B1FBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FBAB; }
p { color: rgb(177,251,171); }
H1.HeaderClassName
{
color: #B1FBAB;
}
.AnyTagClassName
{
color: #B1FBAB;
}
</style>
background-color css
<style>
a { background-color: #B1FBAB; }
a { background-color: rgb(177,251,171); }
div.DivClassName
{
background-color: #B1FBAB;
}
.BgClassName
{
background-color: #B1FBAB;
}
</style>
border-color css
<style>
span { border-color: #B1FBAB; }
span { border-color: rgb(177,251,171); }
td.TdClassName
{
border-color: #B1FBAB;
}
.TagClassName
{
border-color: #B1FBAB;
}
</style>