Shades of Celadon #B5FBB2
Tints of Celadon #B5FBB2
RGB
CMYK
RGB Variations
Color information
#B5FBB2 (or 0xB5FBB2) is known color: Celadon. HEX triplet: B5, FB and B2. RGB value is (181,251,178). Sum of RGB (Red+Green+Blue) = 181+251+178=610 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.67% from 610); Green value is 251 (98.44% from 255 or 41.15% from 610); Blue value is 178 (69.92% from 255 or 29.18% from 610); Max value from RGB is 251 - color contains mainly: green. Hex color #B5FBB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5FBB2 is #4A044D. Grayscale: #DDDDDD. Windows color (decimal): -4850766 or 11729845. OLE color: 11729845.
HSL color Cylindrical-coordinate representation of color #B5FBB2: hue angle of 117.53º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5FBB2 is Cyan = 0.28, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 251 | 178 | - |
| CMYK | 0.28 | 0 | 0.29 | 0.02 |
| HSL | 117.53º | 0.9% | 0.84% | - |
| HSV(B) | 117.53º | 0.29% | 0.98% | - |
| XYZ | 61.59 | 82.03 | 54.71 | - |
| YUV | 221.75 | 103.31 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 251 | 178 | 0.28 | 0 | 0.29 | 0.02 | 117.53 | 0.9 | 0.84 |
| Hex | B5 | FB | B2 | 1C | 0 | 1D | 2 | 76 | 5A | 54 |
| Octal | 265 | 373 | 262 | 34 | 0 | 35 | 2 | 166 | 132 | 124 |
| Binary | 10110101 | 11111011 | 10110010 | 11100 | 0 | 11101 | 10 | 1110110 | 1011010 | 1010100 |
Color Harmonies of #B5FBB2
Complementary color
Monochromatic Colors of #B5FBB2
Black with #B5FBB2
Text Example
Text Example
White with #B5FBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FBB2; }
p { color: rgb(181,251,178); }
H1.HeaderClassName
{
color: #B5FBB2;
}
.AnyTagClassName
{
color: #B5FBB2;
}
</style>
background-color css
<style>
a { background-color: #B5FBB2; }
a { background-color: rgb(181,251,178); }
div.DivClassName
{
background-color: #B5FBB2;
}
.BgClassName
{
background-color: #B5FBB2;
}
</style>
border-color css
<style>
span { border-color: #B5FBB2; }
span { border-color: rgb(181,251,178); }
td.TdClassName
{
border-color: #B5FBB2;
}
.TagClassName
{
border-color: #B5FBB2;
}
</style>