Shades of Celadon #B1FDAB
Tints of Celadon #B1FDAB
RGB
CMYK
RGB Variations
Color information
#B1FDAB (or 0xB1FDAB) is known color: Celadon. HEX triplet: B1, FD and AB. RGB value is (177,253,171). Sum of RGB (Red+Green+Blue) = 177+253+171=601 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.45% from 601); Green value is 253 (99.22% from 255 or 42.10% from 601); Blue value is 171 (67.19% from 255 or 28.45% from 601); Max value from RGB is 253 - color contains mainly: green. Hex color #B1FDAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1FDAB is #4E0254. Grayscale: #DDDDDD. Windows color (decimal): -5112405 or 11271601. OLE color: 11271601.
HSL color Cylindrical-coordinate representation of color #B1FDAB: hue angle of 115.61º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B1FDAB is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 177 | 253 | 171 | - |
| CMYK | 0.30 | 0 | 0.32 | 0.01 |
| HSL | 115.61º | 0.95% | 0.83% | - |
| HSV(B) | 115.61º | 0.32% | 0.99% | - |
| XYZ | 60.61 | 82.54 | 51.27 | - |
| YUV | 220.93 | 99.82 | 96.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 253 | 171 | 0.30 | 0 | 0.32 | 0.01 | 115.61 | 0.95 | 0.83 |
| Hex | B1 | FD | AB | 1E | 0 | 20 | 1 | 74 | 5F | 53 |
| Octal | 261 | 375 | 253 | 36 | 0 | 40 | 1 | 164 | 137 | 123 |
| Binary | 10110001 | 11111101 | 10101011 | 11110 | 0 | 100000 | 1 | 1110100 | 1011111 | 1010011 |
Color Harmonies of #B1FDAB
Complementary color
Monochromatic Colors of #B1FDAB
Black with #B1FDAB
Text Example
Text Example
White with #B1FDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FDAB; }
p { color: rgb(177,253,171); }
H1.HeaderClassName
{
color: #B1FDAB;
}
.AnyTagClassName
{
color: #B1FDAB;
}
</style>
background-color css
<style>
a { background-color: #B1FDAB; }
a { background-color: rgb(177,253,171); }
div.DivClassName
{
background-color: #B1FDAB;
}
.BgClassName
{
background-color: #B1FDAB;
}
</style>
border-color css
<style>
span { border-color: #B1FDAB; }
span { border-color: rgb(177,253,171); }
td.TdClassName
{
border-color: #B1FDAB;
}
.TagClassName
{
border-color: #B1FDAB;
}
</style>