Shades of Celadon #B5FDB0
Tints of Celadon #B5FDB0
RGB
CMYK
RGB Variations
Color information
#B5FDB0 (or 0xB5FDB0) is known color: Celadon. HEX triplet: B5, FD and B0. RGB value is (181,253,176). Sum of RGB (Red+Green+Blue) = 181+253+176=610 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.67% from 610); Green value is 253 (99.22% from 255 or 41.48% from 610); Blue value is 176 (69.14% from 255 or 28.85% from 610); Max value from RGB is 253 - color contains mainly: green. Hex color #B5FDB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5FDB0 is #4A024F. Grayscale: #DEDEDE. Windows color (decimal): -4850256 or 11599285. OLE color: 11599285.
HSL color Cylindrical-coordinate representation of color #B5FDB0: hue angle of 116.1º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B5FDB0 is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 181 | 253 | 176 | - |
| CMYK | 0.28 | 0 | 0.30 | 0.01 |
| HSL | 116.1º | 0.95% | 0.84% | - |
| HSV(B) | 116.1º | 0.3% | 0.99% | - |
| XYZ | 62.02 | 83.21 | 53.87 | - |
| YUV | 222.69 | 101.65 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 253 | 176 | 0.28 | 0 | 0.30 | 0.01 | 116.1 | 0.95 | 0.84 |
| Hex | B5 | FD | B0 | 1C | 0 | 1E | 1 | 74 | 5F | 54 |
| Octal | 265 | 375 | 260 | 34 | 0 | 36 | 1 | 164 | 137 | 124 |
| Binary | 10110101 | 11111101 | 10110000 | 11100 | 0 | 11110 | 1 | 1110100 | 1011111 | 1010100 |
Color Harmonies of #B5FDB0
Complementary color
Monochromatic Colors of #B5FDB0
Black with #B5FDB0
Text Example
Text Example
White with #B5FDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FDB0; }
p { color: rgb(181,253,176); }
H1.HeaderClassName
{
color: #B5FDB0;
}
.AnyTagClassName
{
color: #B5FDB0;
}
</style>
background-color css
<style>
a { background-color: #B5FDB0; }
a { background-color: rgb(181,253,176); }
div.DivClassName
{
background-color: #B5FDB0;
}
.BgClassName
{
background-color: #B5FDB0;
}
</style>
border-color css
<style>
span { border-color: #B5FDB0; }
span { border-color: rgb(181,253,176); }
td.TdClassName
{
border-color: #B5FDB0;
}
.TagClassName
{
border-color: #B5FDB0;
}
</style>