Shades of Celadon #B4F5B1
Tints of Celadon #B4F5B1
RGB
CMYK
RGB Variations
Color information
#B4F5B1 (or 0xB4F5B1) is known color: Celadon. HEX triplet: B4, F5 and B1. RGB value is (180,245,177). Sum of RGB (Red+Green+Blue) = 180+245+177=602 (79% of max value = 765). Red value is 180 (70.70% from 255 or 29.90% from 602); Green value is 245 (96.09% from 255 or 40.70% from 602); Blue value is 177 (69.53% from 255 or 29.40% from 602); Max value from RGB is 245 - color contains mainly: green. Hex color #B4F5B1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4F5B1 is #4B0A4E. Grayscale: #DADADA. Windows color (decimal): -4917839 or 11662772. OLE color: 11662772.
HSL color Cylindrical-coordinate representation of color #B4F5B1: hue angle of 117.35º degrees, saturation: 0.77, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4F5B1 is Cyan = 0.27, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 180 | 245 | 177 | - |
| CMYK | 0.27 | 0 | 0.28 | 0.04 |
| HSL | 117.35º | 0.77% | 0.83% | - |
| HSV(B) | 117.35º | 0.28% | 0.96% | - |
| XYZ | 59.41 | 78.18 | 53.55 | - |
| YUV | 217.81 | 104.97 | 101.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 245 | 177 | 0.27 | 0 | 0.28 | 0.04 | 117.35 | 0.77 | 0.83 |
| Hex | B4 | F5 | B1 | 1B | 0 | 1C | 4 | 75 | 4D | 53 |
| Octal | 264 | 365 | 261 | 33 | 0 | 34 | 4 | 165 | 115 | 123 |
| Binary | 10110100 | 11110101 | 10110001 | 11011 | 0 | 11100 | 100 | 1110101 | 1001101 | 1010011 |
Color Harmonies of #B4F5B1
Complementary color
Monochromatic Colors of #B4F5B1
Black with #B4F5B1
Text Example
Text Example
White with #B4F5B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4F5B1; }
p { color: rgb(180,245,177); }
H1.HeaderClassName
{
color: #B4F5B1;
}
.AnyTagClassName
{
color: #B4F5B1;
}
</style>
background-color css
<style>
a { background-color: #B4F5B1; }
a { background-color: rgb(180,245,177); }
div.DivClassName
{
background-color: #B4F5B1;
}
.BgClassName
{
background-color: #B4F5B1;
}
</style>
border-color css
<style>
span { border-color: #B4F5B1; }
span { border-color: rgb(180,245,177); }
td.TdClassName
{
border-color: #B4F5B1;
}
.TagClassName
{
border-color: #B4F5B1;
}
</style>