Shades of Celadon #B1F5B1
Tints of Celadon #B1F5B1
RGB
CMYK
RGB Variations
Color information
#B1F5B1 (or 0xB1F5B1) is known color: Celadon. HEX triplet: B1, F5 and B1. RGB value is (177,245,177). Sum of RGB (Red+Green+Blue) = 177+245+177=599 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.55% from 599); Green value is 245 (96.09% from 255 or 40.90% from 599); Blue value is 177 (69.53% from 255 or 29.55% from 599); Max value from RGB is 245 - color contains mainly: green. Hex color #B1F5B1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1F5B1 is #4E0A4E. Grayscale: #D9D9D9. Windows color (decimal): -5114447 or 11662769. OLE color: 11662769.
HSL color Cylindrical-coordinate representation of color #B1F5B1: hue angle of 120º degrees, saturation: 0.77, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B1F5B1 is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 177 | 245 | 177 | - |
| CMYK | 0.28 | 0 | 0.28 | 0.04 |
| HSL | 120º | 0.77% | 0.83% | - |
| HSV(B) | 120º | 0.28% | 0.96% | - |
| XYZ | 58.72 | 77.83 | 53.52 | - |
| YUV | 216.92 | 105.47 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 245 | 177 | 0.28 | 0 | 0.28 | 0.04 | 120 | 0.77 | 0.83 |
| Hex | B1 | F5 | B1 | 1C | 0 | 1C | 4 | 78 | 4D | 53 |
| Octal | 261 | 365 | 261 | 34 | 0 | 34 | 4 | 170 | 115 | 123 |
| Binary | 10110001 | 11110101 | 10110001 | 11100 | 0 | 11100 | 100 | 1111000 | 1001101 | 1010011 |
Color Harmonies of #B1F5B1
Complementary color
Monochromatic Colors of #B1F5B1
Black with #B1F5B1
Text Example
Text Example
White with #B1F5B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1F5B1; }
p { color: rgb(177,245,177); }
H1.HeaderClassName
{
color: #B1F5B1;
}
.AnyTagClassName
{
color: #B1F5B1;
}
</style>
background-color css
<style>
a { background-color: #B1F5B1; }
a { background-color: rgb(177,245,177); }
div.DivClassName
{
background-color: #B1F5B1;
}
.BgClassName
{
background-color: #B1F5B1;
}
</style>
border-color css
<style>
span { border-color: #B1F5B1; }
span { border-color: rgb(177,245,177); }
td.TdClassName
{
border-color: #B1F5B1;
}
.TagClassName
{
border-color: #B1F5B1;
}
</style>