Shades of Celadon #B0FFAF
Tints of Celadon #B0FFAF
RGB
CMYK
RGB Variations
Color information
#B0FFAF (or 0xB0FFAF) is known color: Celadon. HEX triplet: B0, FF and AF. RGB value is (176,255,175). Sum of RGB (Red+Green+Blue) = 176+255+175=606 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.04% from 606); Green value is 255 (100% from 255 or 42.08% from 606); Blue value is 175 (68.75% from 255 or 28.88% from 606); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FFAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FFAF is #4F0050. Grayscale: #DEDEDE. Windows color (decimal): -5177425 or 11534256. OLE color: 11534256.
HSL color Cylindrical-coordinate representation of color #B0FFAF: hue angle of 119.25º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0FFAF is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 255 | 175 | - |
| CMYK | 0.31 | 0 | 0.31 | 0 |
| HSL | 119.25º | 1% | 0.84% | - |
| HSV(B) | 119.25º | 0.31% | 1% | - |
| XYZ | 61.4 | 83.85 | 53.5 | - |
| YUV | 222.26 | 101.33 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 255 | 175 | 0.31 | 0 | 0.31 | 0 | 119.25 | 1 | 0.84 |
| Hex | B0 | FF | AF | 1F | 0 | 1F | 0 | 77 | 64 | 54 |
| Octal | 260 | 377 | 257 | 37 | 0 | 37 | 0 | 167 | 144 | 124 |
| Binary | 10110000 | 11111111 | 10101111 | 11111 | 0 | 11111 | 0 | 1110111 | 1100100 | 1010100 |
Color Harmonies of #B0FFAF
Complementary color
Monochromatic Colors of #B0FFAF
Black with #B0FFAF
Text Example
Text Example
White with #B0FFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FFAF; }
p { color: rgb(176,255,175); }
H1.HeaderClassName
{
color: #B0FFAF;
}
.AnyTagClassName
{
color: #B0FFAF;
}
</style>
background-color css
<style>
a { background-color: #B0FFAF; }
a { background-color: rgb(176,255,175); }
div.DivClassName
{
background-color: #B0FFAF;
}
.BgClassName
{
background-color: #B0FFAF;
}
</style>
border-color css
<style>
span { border-color: #B0FFAF; }
span { border-color: rgb(176,255,175); }
td.TdClassName
{
border-color: #B0FFAF;
}
.TagClassName
{
border-color: #B0FFAF;
}
</style>