Shades of Celadon #B1FEB1
Tints of Celadon #B1FEB1
RGB
CMYK
RGB Variations
Color information
#B1FEB1 (or 0xB1FEB1) is known color: Celadon. HEX triplet: B1, FE and B1. RGB value is (177,254,177). Sum of RGB (Red+Green+Blue) = 177+254+177=608 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.11% from 608); Green value is 254 (99.61% from 255 or 41.78% from 608); Blue value is 177 (69.53% from 255 or 29.11% from 608); Max value from RGB is 254 - color contains mainly: green. Hex color #B1FEB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1FEB1 is #4E014E. Grayscale: #DEDEDE. Windows color (decimal): -5112143 or 11665073. OLE color: 11665073.
HSL color Cylindrical-coordinate representation of color #B1FEB1: hue angle of 120º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1FEB1 is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 177 | 254 | 177 | - |
| CMYK | 0.30 | 0 | 0.30 | 0.00 |
| HSL | 120º | 0.97% | 0.85% | - |
| HSV(B) | 120º | 0.3% | 1% | - |
| XYZ | 61.51 | 83.41 | 54.45 | - |
| YUV | 222.2 | 102.49 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 254 | 177 | 0.30 | 0 | 0.30 | 0.00 | 120 | 0.97 | 0.85 |
| Hex | B1 | FE | B1 | 1E | 0 | 1E | 0 | 78 | 61 | 55 |
| Octal | 261 | 376 | 261 | 36 | 0 | 36 | 0 | 170 | 141 | 125 |
| Binary | 10110001 | 11111110 | 10110001 | 11110 | 0 | 11110 | 0 | 1111000 | 1100001 | 1010101 |
Color Harmonies of #B1FEB1
Complementary color
Monochromatic Colors of #B1FEB1
Black with #B1FEB1
Text Example
Text Example
White with #B1FEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FEB1; }
p { color: rgb(177,254,177); }
H1.HeaderClassName
{
color: #B1FEB1;
}
.AnyTagClassName
{
color: #B1FEB1;
}
</style>
background-color css
<style>
a { background-color: #B1FEB1; }
a { background-color: rgb(177,254,177); }
div.DivClassName
{
background-color: #B1FEB1;
}
.BgClassName
{
background-color: #B1FEB1;
}
</style>
border-color css
<style>
span { border-color: #B1FEB1; }
span { border-color: rgb(177,254,177); }
td.TdClassName
{
border-color: #B1FEB1;
}
.TagClassName
{
border-color: #B1FEB1;
}
</style>