Shades of Celadon #B1F8AF
Tints of Celadon #B1F8AF
RGB
CMYK
RGB Variations
Color information
#B1F8AF (or 0xB1F8AF) is known color: Celadon. HEX triplet: B1, F8 and AF. RGB value is (177,248,175). Sum of RGB (Red+Green+Blue) = 177+248+175=600 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.5% from 600); Green value is 248 (97.27% from 255 or 41.33% from 600); Blue value is 175 (68.75% from 255 or 29.17% from 600); Max value from RGB is 248 - color contains mainly: green. Hex color #B1F8AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1F8AF is #4E0750. Grayscale: #DADADA. Windows color (decimal): -5113681 or 11532465. OLE color: 11532465.
HSL color Cylindrical-coordinate representation of color #B1F8AF: hue angle of 118.36º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1F8AF is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 177 | 248 | 175 | - |
| CMYK | 0.29 | 0 | 0.29 | 0.03 |
| HSL | 118.36º | 0.84% | 0.83% | - |
| HSV(B) | 118.36º | 0.29% | 0.97% | - |
| XYZ | 59.44 | 79.58 | 52.78 | - |
| YUV | 218.45 | 103.48 | 98.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 248 | 175 | 0.29 | 0 | 0.29 | 0.03 | 118.36 | 0.84 | 0.83 |
| Hex | B1 | F8 | AF | 1D | 0 | 1D | 3 | 76 | 54 | 53 |
| Octal | 261 | 370 | 257 | 35 | 0 | 35 | 3 | 166 | 124 | 123 |
| Binary | 10110001 | 11111000 | 10101111 | 11101 | 0 | 11101 | 11 | 1110110 | 1010100 | 1010011 |
Color Harmonies of #B1F8AF
Complementary color
Monochromatic Colors of #B1F8AF
Black with #B1F8AF
Text Example
Text Example
White with #B1F8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1F8AF; }
p { color: rgb(177,248,175); }
H1.HeaderClassName
{
color: #B1F8AF;
}
.AnyTagClassName
{
color: #B1F8AF;
}
</style>
background-color css
<style>
a { background-color: #B1F8AF; }
a { background-color: rgb(177,248,175); }
div.DivClassName
{
background-color: #B1F8AF;
}
.BgClassName
{
background-color: #B1F8AF;
}
</style>
border-color css
<style>
span { border-color: #B1F8AF; }
span { border-color: rgb(177,248,175); }
td.TdClassName
{
border-color: #B1F8AF;
}
.TagClassName
{
border-color: #B1F8AF;
}
</style>