Shades of Celadon #B4FBB5
Tints of Celadon #B4FBB5
RGB
CMYK
RGB Variations
Color information
#B4FBB5 (or 0xB4FBB5) is known color: Celadon. HEX triplet: B4, FB and B5. RGB value is (180,251,181). Sum of RGB (Red+Green+Blue) = 180+251+181=612 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.41% from 612); Green value is 251 (98.44% from 255 or 41.01% from 612); Blue value is 181 (71.09% from 255 or 29.58% from 612); Max value from RGB is 251 - color contains mainly: green. Hex color #B4FBB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FBB5 is #4B044A. Grayscale: #DEDEDE. Windows color (decimal): -4916299 or 11926452. OLE color: 11926452.
HSL color Cylindrical-coordinate representation of color #B4FBB5: hue angle of 120.85º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4FBB5 is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 251 | 181 | - |
| CMYK | 0.28 | 0 | 0.28 | 0.02 |
| HSL | 120.85º | 0.9% | 0.85% | - |
| HSV(B) | 120.85º | 0.28% | 0.98% | - |
| XYZ | 61.66 | 82.03 | 56.3 | - |
| YUV | 221.79 | 104.98 | 98.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 251 | 181 | 0.28 | 0 | 0.28 | 0.02 | 120.85 | 0.9 | 0.85 |
| Hex | B4 | FB | B5 | 1C | 0 | 1C | 2 | 79 | 5A | 55 |
| Octal | 264 | 373 | 265 | 34 | 0 | 34 | 2 | 171 | 132 | 125 |
| Binary | 10110100 | 11111011 | 10110101 | 11100 | 0 | 11100 | 10 | 1111001 | 1011010 | 1010101 |
Color Harmonies of #B4FBB5
Complementary color
Monochromatic Colors of #B4FBB5
Black with #B4FBB5
Text Example
Text Example
White with #B4FBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4FBB5; }
p { color: rgb(180,251,181); }
H1.HeaderClassName
{
color: #B4FBB5;
}
.AnyTagClassName
{
color: #B4FBB5;
}
</style>
background-color css
<style>
a { background-color: #B4FBB5; }
a { background-color: rgb(180,251,181); }
div.DivClassName
{
background-color: #B4FBB5;
}
.BgClassName
{
background-color: #B4FBB5;
}
</style>
border-color css
<style>
span { border-color: #B4FBB5; }
span { border-color: rgb(180,251,181); }
td.TdClassName
{
border-color: #B4FBB5;
}
.TagClassName
{
border-color: #B4FBB5;
}
</style>