Shades of Celadon #B5F2B3
Tints of Celadon #B5F2B3
RGB
CMYK
RGB Variations
Color information
#B5F2B3 (or 0xB5F2B3) is known color: Celadon. HEX triplet: B5, F2 and B3. RGB value is (181,242,179). Sum of RGB (Red+Green+Blue) = 181+242+179=602 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.07% from 602); Green value is 242 (94.92% from 255 or 40.20% from 602); Blue value is 179 (70.31% from 255 or 29.73% from 602); Max value from RGB is 242 - color contains mainly: green. Hex color #B5F2B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5F2B3 is #4A0D4C. Grayscale: #D8D8D8. Windows color (decimal): -4853069 or 11793077. OLE color: 11793077.
HSL color Cylindrical-coordinate representation of color #B5F2B3: hue angle of 118.1º degrees, saturation: 0.71, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B5F2B3 is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 242 | 179 | - |
| CMYK | 0.25 | 0 | 0.26 | 0.05 |
| HSL | 118.1º | 0.71% | 0.83% | - |
| HSV(B) | 118.1º | 0.26% | 0.95% | - |
| XYZ | 58.94 | 76.58 | 54.32 | - |
| YUV | 216.58 | 106.79 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 242 | 179 | 0.25 | 0 | 0.26 | 0.05 | 118.1 | 0.71 | 0.83 |
| Hex | B5 | F2 | B3 | 19 | 0 | 1A | 5 | 76 | 47 | 53 |
| Octal | 265 | 362 | 263 | 31 | 0 | 32 | 5 | 166 | 107 | 123 |
| Binary | 10110101 | 11110010 | 10110011 | 11001 | 0 | 11010 | 101 | 1110110 | 1000111 | 1010011 |
Color Harmonies of #B5F2B3
Complementary color
Monochromatic Colors of #B5F2B3
Black with #B5F2B3
Text Example
Text Example
White with #B5F2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F2B3; }
p { color: rgb(181,242,179); }
H1.HeaderClassName
{
color: #B5F2B3;
}
.AnyTagClassName
{
color: #B5F2B3;
}
</style>
background-color css
<style>
a { background-color: #B5F2B3; }
a { background-color: rgb(181,242,179); }
div.DivClassName
{
background-color: #B5F2B3;
}
.BgClassName
{
background-color: #B5F2B3;
}
</style>
border-color css
<style>
span { border-color: #B5F2B3; }
span { border-color: rgb(181,242,179); }
td.TdClassName
{
border-color: #B5F2B3;
}
.TagClassName
{
border-color: #B5F2B3;
}
</style>