Shades of Celadon #B1F3AF
Tints of Celadon #B1F3AF
RGB
CMYK
RGB Variations
Color information
#B1F3AF (or 0xB1F3AF) is known color: Celadon. HEX triplet: B1, F3 and AF. RGB value is (177,243,175). Sum of RGB (Red+Green+Blue) = 177+243+175=595 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.75% from 595); Green value is 243 (95.31% from 255 or 40.84% from 595); Blue value is 175 (68.75% from 255 or 29.41% from 595); Max value from RGB is 243 - color contains mainly: green. Hex color #B1F3AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1F3AF is #4E0C50. Grayscale: #D7D7D7. Windows color (decimal): -5114961 or 11531185. OLE color: 11531185.
HSL color Cylindrical-coordinate representation of color #B1F3AF: hue angle of 118.24º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B1F3AF is Cyan = 0.27, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 243 | 175 | - |
| CMYK | 0.27 | 0 | 0.28 | 0.05 |
| HSL | 118.24º | 0.74% | 0.82% | - |
| HSV(B) | 118.24º | 0.28% | 0.95% | - |
| XYZ | 57.92 | 76.54 | 52.28 | - |
| YUV | 215.51 | 105.13 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 243 | 175 | 0.27 | 0 | 0.28 | 0.05 | 118.24 | 0.74 | 0.82 |
| Hex | B1 | F3 | AF | 1B | 0 | 1C | 5 | 76 | 4A | 52 |
| Octal | 261 | 363 | 257 | 33 | 0 | 34 | 5 | 166 | 112 | 122 |
| Binary | 10110001 | 11110011 | 10101111 | 11011 | 0 | 11100 | 101 | 1110110 | 1001010 | 1010010 |
Color Harmonies of #B1F3AF
Complementary color
Monochromatic Colors of #B1F3AF
Black with #B1F3AF
Text Example
Text Example
White with #B1F3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1F3AF; }
p { color: rgb(177,243,175); }
H1.HeaderClassName
{
color: #B1F3AF;
}
.AnyTagClassName
{
color: #B1F3AF;
}
</style>
background-color css
<style>
a { background-color: #B1F3AF; }
a { background-color: rgb(177,243,175); }
div.DivClassName
{
background-color: #B1F3AF;
}
.BgClassName
{
background-color: #B1F3AF;
}
</style>
border-color css
<style>
span { border-color: #B1F3AF; }
span { border-color: rgb(177,243,175); }
td.TdClassName
{
border-color: #B1F3AF;
}
.TagClassName
{
border-color: #B1F3AF;
}
</style>