Shades of Celadon #B5F2B2
Tints of Celadon #B5F2B2
RGB
CMYK
RGB Variations
Color information
#B5F2B2 (or 0xB5F2B2) is known color: Celadon. HEX triplet: B5, F2 and B2. RGB value is (181,242,178). Sum of RGB (Red+Green+Blue) = 181+242+178=601 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.12% from 601); Green value is 242 (94.92% from 255 or 40.27% from 601); Blue value is 178 (69.92% from 255 or 29.62% from 601); Max value from RGB is 242 - color contains mainly: green. Hex color #B5F2B2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5F2B2 is #4A0D4D. Grayscale: #D8D8D8. Windows color (decimal): -4853070 or 11727541. OLE color: 11727541.
HSL color Cylindrical-coordinate representation of color #B5F2B2: hue angle of 117.19º degrees, saturation: 0.71, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B5F2B2 is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 242 | 178 | - |
| CMYK | 0.25 | 0 | 0.26 | 0.05 |
| HSL | 117.19º | 0.71% | 0.82% | - |
| HSV(B) | 117.19º | 0.26% | 0.95% | - |
| XYZ | 58.84 | 76.54 | 53.79 | - |
| YUV | 216.47 | 106.29 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 242 | 178 | 0.25 | 0 | 0.26 | 0.05 | 117.19 | 0.71 | 0.82 |
| Hex | B5 | F2 | B2 | 19 | 0 | 1A | 5 | 75 | 47 | 52 |
| Octal | 265 | 362 | 262 | 31 | 0 | 32 | 5 | 165 | 107 | 122 |
| Binary | 10110101 | 11110010 | 10110010 | 11001 | 0 | 11010 | 101 | 1110101 | 1000111 | 1010010 |
Color Harmonies of #B5F2B2
Complementary color
Monochromatic Colors of #B5F2B2
Black with #B5F2B2
Text Example
Text Example
White with #B5F2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F2B2; }
p { color: rgb(181,242,178); }
H1.HeaderClassName
{
color: #B5F2B2;
}
.AnyTagClassName
{
color: #B5F2B2;
}
</style>
background-color css
<style>
a { background-color: #B5F2B2; }
a { background-color: rgb(181,242,178); }
div.DivClassName
{
background-color: #B5F2B2;
}
.BgClassName
{
background-color: #B5F2B2;
}
</style>
border-color css
<style>
span { border-color: #B5F2B2; }
span { border-color: rgb(181,242,178); }
td.TdClassName
{
border-color: #B5F2B2;
}
.TagClassName
{
border-color: #B5F2B2;
}
</style>