Shades of Celadon #B3FFB4
Tints of Celadon #B3FFB4
RGB
CMYK
RGB Variations
Color information
#B3FFB4 (or 0xB3FFB4) is known color: Celadon. HEX triplet: B3, FF and B4. RGB value is (179,255,180). Sum of RGB (Red+Green+Blue) = 179+255+180=614 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.15% from 614); Green value is 255 (100% from 255 or 41.53% from 614); Blue value is 180 (70.70% from 255 or 29.32% from 614); Max value from RGB is 255 - color contains mainly: green. Hex color #B3FFB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FFB4 is #4C004B. Grayscale: #DFDFDF. Windows color (decimal): -4980812 or 11861939. OLE color: 11861939.
HSL color Cylindrical-coordinate representation of color #B3FFB4: hue angle of 120.79º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3FFB4 is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 255 | 180 | - |
| CMYK | 0.30 | 0 | 0.29 | 0 |
| HSL | 120.79º | 1% | 0.85% | - |
| HSV(B) | 120.79º | 0.3% | 1% | - |
| XYZ | 62.59 | 84.4 | 56.17 | - |
| YUV | 223.73 | 103.32 | 96.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 255 | 180 | 0.30 | 0 | 0.29 | 0 | 120.79 | 1 | 0.85 |
| Hex | B3 | FF | B4 | 1E | 0 | 1D | 0 | 79 | 64 | 55 |
| Octal | 263 | 377 | 264 | 36 | 0 | 35 | 0 | 171 | 144 | 125 |
| Binary | 10110011 | 11111111 | 10110100 | 11110 | 0 | 11101 | 0 | 1111001 | 1100100 | 1010101 |
Color Harmonies of #B3FFB4
Complementary color
Monochromatic Colors of #B3FFB4
Black with #B3FFB4
Text Example
Text Example
White with #B3FFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3FFB4; }
p { color: rgb(179,255,180); }
H1.HeaderClassName
{
color: #B3FFB4;
}
.AnyTagClassName
{
color: #B3FFB4;
}
</style>
background-color css
<style>
a { background-color: #B3FFB4; }
a { background-color: rgb(179,255,180); }
div.DivClassName
{
background-color: #B3FFB4;
}
.BgClassName
{
background-color: #B3FFB4;
}
</style>
border-color css
<style>
span { border-color: #B3FFB4; }
span { border-color: rgb(179,255,180); }
td.TdClassName
{
border-color: #B3FFB4;
}
.TagClassName
{
border-color: #B3FFB4;
}
</style>