Shades of Celadon #B4F3B1
Tints of Celadon #B4F3B1
RGB
CMYK
RGB Variations
Color information
#B4F3B1 (or 0xB4F3B1) is known color: Celadon. HEX triplet: B4, F3 and B1. RGB value is (180,243,177). Sum of RGB (Red+Green+Blue) = 180+243+177=600 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30% from 600); Green value is 243 (95.31% from 255 or 40.5% from 600); Blue value is 177 (69.53% from 255 or 29.5% from 600); Max value from RGB is 243 - color contains mainly: green. Hex color #B4F3B1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4F3B1 is #4B0C4E. Grayscale: #D8D8D8. Windows color (decimal): -4918351 or 11662260. OLE color: 11662260.
HSL color Cylindrical-coordinate representation of color #B4F3B1: hue angle of 117.27º degrees, saturation: 0.73, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B4F3B1 is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 243 | 177 | - |
| CMYK | 0.26 | 0 | 0.27 | 0.05 |
| HSL | 117.27º | 0.73% | 0.82% | - |
| HSV(B) | 117.27º | 0.27% | 0.95% | - |
| XYZ | 58.81 | 76.98 | 53.35 | - |
| YUV | 216.64 | 105.63 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 243 | 177 | 0.26 | 0 | 0.27 | 0.05 | 117.27 | 0.73 | 0.82 |
| Hex | B4 | F3 | B1 | 1A | 0 | 1B | 5 | 75 | 49 | 52 |
| Octal | 264 | 363 | 261 | 32 | 0 | 33 | 5 | 165 | 111 | 122 |
| Binary | 10110100 | 11110011 | 10110001 | 11010 | 0 | 11011 | 101 | 1110101 | 1001001 | 1010010 |
Color Harmonies of #B4F3B1
Complementary color
Monochromatic Colors of #B4F3B1
Black with #B4F3B1
Text Example
Text Example
White with #B4F3B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4F3B1; }
p { color: rgb(180,243,177); }
H1.HeaderClassName
{
color: #B4F3B1;
}
.AnyTagClassName
{
color: #B4F3B1;
}
</style>
background-color css
<style>
a { background-color: #B4F3B1; }
a { background-color: rgb(180,243,177); }
div.DivClassName
{
background-color: #B4F3B1;
}
.BgClassName
{
background-color: #B4F3B1;
}
</style>
border-color css
<style>
span { border-color: #B4F3B1; }
span { border-color: rgb(180,243,177); }
td.TdClassName
{
border-color: #B4F3B1;
}
.TagClassName
{
border-color: #B4F3B1;
}
</style>