Shades of Celadon #B3FDB5
Tints of Celadon #B3FDB5
RGB
CMYK
RGB Variations
Color information
#B3FDB5 (or 0xB3FDB5) is known color: Celadon. HEX triplet: B3, FD and B5. RGB value is (179,253,181). Sum of RGB (Red+Green+Blue) = 179+253+181=613 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.20% from 613); Green value is 253 (99.22% from 255 or 41.27% from 613); Blue value is 181 (71.09% from 255 or 29.53% from 613); Max value from RGB is 253 - color contains mainly: green. Hex color #B3FDB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FDB5 is #4C024A. Grayscale: #DEDEDE. Windows color (decimal): -4981323 or 11926963. OLE color: 11926963.
HSL color Cylindrical-coordinate representation of color #B3FDB5: hue angle of 121.62º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B3FDB5 is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 179 | 253 | 181 | - |
| CMYK | 0.29 | 0 | 0.28 | 0.01 |
| HSL | 121.62º | 0.95% | 0.85% | - |
| HSV(B) | 121.62º | 0.29% | 0.99% | - |
| XYZ | 62.06 | 83.17 | 56.5 | - |
| YUV | 222.67 | 104.48 | 96.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 253 | 181 | 0.29 | 0 | 0.28 | 0.01 | 121.62 | 0.95 | 0.85 |
| Hex | B3 | FD | B5 | 1D | 0 | 1C | 1 | 7A | 5F | 55 |
| Octal | 263 | 375 | 265 | 35 | 0 | 34 | 1 | 172 | 137 | 125 |
| Binary | 10110011 | 11111101 | 10110101 | 11101 | 0 | 11100 | 1 | 1111010 | 1011111 | 1010101 |
Color Harmonies of #B3FDB5
Complementary color
Monochromatic Colors of #B3FDB5
Black with #B3FDB5
Text Example
Text Example
White with #B3FDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3FDB5; }
p { color: rgb(179,253,181); }
H1.HeaderClassName
{
color: #B3FDB5;
}
.AnyTagClassName
{
color: #B3FDB5;
}
</style>
background-color css
<style>
a { background-color: #B3FDB5; }
a { background-color: rgb(179,253,181); }
div.DivClassName
{
background-color: #B3FDB5;
}
.BgClassName
{
background-color: #B3FDB5;
}
</style>
border-color css
<style>
span { border-color: #B3FDB5; }
span { border-color: rgb(179,253,181); }
td.TdClassName
{
border-color: #B3FDB5;
}
.TagClassName
{
border-color: #B3FDB5;
}
</style>