Shades of Celadon #B2FDB0
Tints of Celadon #B2FDB0
RGB
CMYK
RGB Variations
Color information
#B2FDB0 (or 0xB2FDB0) is known color: Celadon. HEX triplet: B2, FD and B0. RGB value is (178,253,176). Sum of RGB (Red+Green+Blue) = 178+253+176=607 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.32% from 607); Green value is 253 (99.22% from 255 or 41.68% from 607); Blue value is 176 (69.14% from 255 or 29.00% from 607); Max value from RGB is 253 - color contains mainly: green. Hex color #B2FDB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2FDB0 is #4D024F. Grayscale: #DEDEDE. Windows color (decimal): -5046864 or 11599282. OLE color: 11599282.
HSL color Cylindrical-coordinate representation of color #B2FDB0: hue angle of 118.44º 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 #B2FDB0 is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 253 | 176 | - |
| CMYK | 0.30 | 0 | 0.30 | 0.01 |
| HSL | 118.44º | 0.95% | 0.84% | - |
| HSV(B) | 118.44º | 0.3% | 0.99% | - |
| XYZ | 61.32 | 82.85 | 53.83 | - |
| YUV | 221.8 | 102.15 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 253 | 176 | 0.30 | 0 | 0.30 | 0.01 | 118.44 | 0.95 | 0.84 |
| Hex | B2 | FD | B0 | 1E | 0 | 1E | 1 | 76 | 5F | 54 |
| Octal | 262 | 375 | 260 | 36 | 0 | 36 | 1 | 166 | 137 | 124 |
| Binary | 10110010 | 11111101 | 10110000 | 11110 | 0 | 11110 | 1 | 1110110 | 1011111 | 1010100 |
Color Harmonies of #B2FDB0
Complementary color
Monochromatic Colors of #B2FDB0
Black with #B2FDB0
Text Example
Text Example
White with #B2FDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FDB0; }
p { color: rgb(178,253,176); }
H1.HeaderClassName
{
color: #B2FDB0;
}
.AnyTagClassName
{
color: #B2FDB0;
}
</style>
background-color css
<style>
a { background-color: #B2FDB0; }
a { background-color: rgb(178,253,176); }
div.DivClassName
{
background-color: #B2FDB0;
}
.BgClassName
{
background-color: #B2FDB0;
}
</style>
border-color css
<style>
span { border-color: #B2FDB0; }
span { border-color: rgb(178,253,176); }
td.TdClassName
{
border-color: #B2FDB0;
}
.TagClassName
{
border-color: #B2FDB0;
}
</style>