Shades of Celadon #B4FFB5
Tints of Celadon #B4FFB5
RGB
CMYK
RGB Variations
Color information
#B4FFB5 (or 0xB4FFB5) is known color: Celadon. HEX triplet: B4, FF and B5. RGB value is (180,255,181). Sum of RGB (Red+Green+Blue) = 180+255+181=616 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.22% from 616); Green value is 255 (100% from 255 or 41.40% from 616); Blue value is 181 (71.09% from 255 or 29.38% from 616); Max value from RGB is 255 - color contains mainly: green. Hex color #B4FFB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FFB5 is #4B004A. Grayscale: #E0E0E0. Windows color (decimal): -4915275 or 11927476. OLE color: 11927476.
HSL color Cylindrical-coordinate representation of color #B4FFB5: hue angle of 120.8º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4FFB5 is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 180 | 255 | 181 | - |
| CMYK | 0.29 | 0 | 0.29 | 0 |
| HSL | 120.8º | 1% | 0.85% | - |
| HSV(B) | 120.8º | 0.29% | 1% | - |
| XYZ | 62.92 | 84.56 | 56.72 | - |
| YUV | 224.14 | 103.65 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 255 | 181 | 0.29 | 0 | 0.29 | 0 | 120.8 | 1 | 0.85 |
| Hex | B4 | FF | B5 | 1D | 0 | 1D | 0 | 79 | 64 | 55 |
| Octal | 264 | 377 | 265 | 35 | 0 | 35 | 0 | 171 | 144 | 125 |
| Binary | 10110100 | 11111111 | 10110101 | 11101 | 0 | 11101 | 0 | 1111001 | 1100100 | 1010101 |
Color Harmonies of #B4FFB5
Complementary color
Monochromatic Colors of #B4FFB5
Black with #B4FFB5
Text Example
Text Example
White with #B4FFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4FFB5; }
p { color: rgb(180,255,181); }
H1.HeaderClassName
{
color: #B4FFB5;
}
.AnyTagClassName
{
color: #B4FFB5;
}
</style>
background-color css
<style>
a { background-color: #B4FFB5; }
a { background-color: rgb(180,255,181); }
div.DivClassName
{
background-color: #B4FFB5;
}
.BgClassName
{
background-color: #B4FFB5;
}
</style>
border-color css
<style>
span { border-color: #B4FFB5; }
span { border-color: rgb(180,255,181); }
td.TdClassName
{
border-color: #B4FFB5;
}
.TagClassName
{
border-color: #B4FFB5;
}
</style>