Shades of Celadon #B4FFAF
Tints of Celadon #B4FFAF
RGB
CMYK
RGB Variations
Color information
#B4FFAF (or 0xB4FFAF) is known color: Celadon. HEX triplet: B4, FF and AF. RGB value is (180,255,175). Sum of RGB (Red+Green+Blue) = 180+255+175=610 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.51% from 610); Green value is 255 (100% from 255 or 41.80% from 610); Blue value is 175 (68.75% from 255 or 28.69% from 610); Max value from RGB is 255 - color contains mainly: green. Hex color #B4FFAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4FFAF is #4B0050. Grayscale: #DFDFDF. Windows color (decimal): -4915281 or 11534260. OLE color: 11534260.
HSL color Cylindrical-coordinate representation of color #B4FFAF: hue angle of 116.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 #B4FFAF is Cyan = 0.29, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 180 | 255 | 175 | - |
| CMYK | 0.29 | 0 | 0.31 | 0 |
| HSL | 116.25º | 1% | 0.84% | - |
| HSV(B) | 116.25º | 0.31% | 1% | - |
| XYZ | 62.32 | 84.32 | 53.55 | - |
| YUV | 223.46 | 100.65 | 97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 255 | 175 | 0.29 | 0 | 0.31 | 0 | 116.25 | 1 | 0.84 |
| Hex | B4 | FF | AF | 1D | 0 | 1F | 0 | 74 | 64 | 54 |
| Octal | 264 | 377 | 257 | 35 | 0 | 37 | 0 | 164 | 144 | 124 |
| Binary | 10110100 | 11111111 | 10101111 | 11101 | 0 | 11111 | 0 | 1110100 | 1100100 | 1010100 |
Color Harmonies of #B4FFAF
Complementary color
Monochromatic Colors of #B4FFAF
Black with #B4FFAF
Text Example
Text Example
White with #B4FFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4FFAF; }
p { color: rgb(180,255,175); }
H1.HeaderClassName
{
color: #B4FFAF;
}
.AnyTagClassName
{
color: #B4FFAF;
}
</style>
background-color css
<style>
a { background-color: #B4FFAF; }
a { background-color: rgb(180,255,175); }
div.DivClassName
{
background-color: #B4FFAF;
}
.BgClassName
{
background-color: #B4FFAF;
}
</style>
border-color css
<style>
span { border-color: #B4FFAF; }
span { border-color: rgb(180,255,175); }
td.TdClassName
{
border-color: #B4FFAF;
}
.TagClassName
{
border-color: #B4FFAF;
}
</style>