Shades of Celadon #B8F7B5
Tints of Celadon #B8F7B5
RGB
CMYK
RGB Variations
Color information
#B8F7B5 (or 0xB8F7B5) is known color: Celadon. HEX triplet: B8, F7 and B5. RGB value is (184,247,181). Sum of RGB (Red+Green+Blue) = 184+247+181=612 (81% of max value = 765). Red value is 184 (72.27% from 255 or 30.07% from 612); Green value is 247 (96.88% from 255 or 40.36% from 612); Blue value is 181 (71.09% from 255 or 29.58% from 612); Max value from RGB is 247 - color contains mainly: green. Hex color #B8F7B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8F7B5 is #47084A. Grayscale: #DCDCDC. Windows color (decimal): -4655179 or 11925432. OLE color: 11925432.
HSL color Cylindrical-coordinate representation of color #B8F7B5: hue angle of 117.27º degrees, saturation: 0.8, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8F7B5 is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 184 | 247 | 181 | - |
| CMYK | 0.26 | 0 | 0.27 | 0.03 |
| HSL | 117.27º | 0.8% | 0.84% | - |
| HSV(B) | 117.27º | 0.27% | 0.97% | - |
| XYZ | 61.37 | 80.05 | 55.93 | - |
| YUV | 220.64 | 105.63 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 247 | 181 | 0.26 | 0 | 0.27 | 0.03 | 117.27 | 0.8 | 0.84 |
| Hex | B8 | F7 | B5 | 1A | 0 | 1B | 3 | 75 | 50 | 54 |
| Octal | 270 | 367 | 265 | 32 | 0 | 33 | 3 | 165 | 120 | 124 |
| Binary | 10111000 | 11110111 | 10110101 | 11010 | 0 | 11011 | 11 | 1110101 | 1010000 | 1010100 |
Color Harmonies of #B8F7B5
Complementary color
Monochromatic Colors of #B8F7B5
Black with #B8F7B5
Text Example
Text Example
White with #B8F7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F7B5; }
p { color: rgb(184,247,181); }
H1.HeaderClassName
{
color: #B8F7B5;
}
.AnyTagClassName
{
color: #B8F7B5;
}
</style>
background-color css
<style>
a { background-color: #B8F7B5; }
a { background-color: rgb(184,247,181); }
div.DivClassName
{
background-color: #B8F7B5;
}
.BgClassName
{
background-color: #B8F7B5;
}
</style>
border-color css
<style>
span { border-color: #B8F7B5; }
span { border-color: rgb(184,247,181); }
td.TdClassName
{
border-color: #B8F7B5;
}
.TagClassName
{
border-color: #B8F7B5;
}
</style>