Shades of Celadon #B8FEB4
Tints of Celadon #B8FEB4
RGB
CMYK
RGB Variations
Color information
#B8FEB4 (or 0xB8FEB4) is known color: Celadon. HEX triplet: B8, FE and B4. RGB value is (184,254,180). Sum of RGB (Red+Green+Blue) = 184+254+180=618 (81% of max value = 765). Red value is 184 (72.27% from 255 or 29.77% from 618); Green value is 254 (99.61% from 255 or 41.10% from 618); Blue value is 180 (70.70% from 255 or 29.13% from 618); Max value from RGB is 254 - color contains mainly: green. Hex color #B8FEB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FEB4 is #47014B. Grayscale: #E0E0E0. Windows color (decimal): -4653388 or 11861688. OLE color: 11861688.
HSL color Cylindrical-coordinate representation of color #B8FEB4: hue angle of 116.76º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B8FEB4 is Cyan = 0.28, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 184 | 254 | 180 | - |
| CMYK | 0.28 | 0 | 0.29 | 0.00 |
| HSL | 116.76º | 0.97% | 0.85% | - |
| HSV(B) | 116.76º | 0.29% | 1% | - |
| XYZ | 63.45 | 84.37 | 56.12 | - |
| YUV | 224.63 | 102.81 | 99.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 254 | 180 | 0.28 | 0 | 0.29 | 0.00 | 116.76 | 0.97 | 0.85 |
| Hex | B8 | FE | B4 | 1C | 0 | 1D | 0 | 75 | 61 | 55 |
| Octal | 270 | 376 | 264 | 34 | 0 | 35 | 0 | 165 | 141 | 125 |
| Binary | 10111000 | 11111110 | 10110100 | 11100 | 0 | 11101 | 0 | 1110101 | 1100001 | 1010101 |
Color Harmonies of #B8FEB4
Complementary color
Monochromatic Colors of #B8FEB4
Black with #B8FEB4
Text Example
Text Example
White with #B8FEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FEB4; }
p { color: rgb(184,254,180); }
H1.HeaderClassName
{
color: #B8FEB4;
}
.AnyTagClassName
{
color: #B8FEB4;
}
</style>
background-color css
<style>
a { background-color: #B8FEB4; }
a { background-color: rgb(184,254,180); }
div.DivClassName
{
background-color: #B8FEB4;
}
.BgClassName
{
background-color: #B8FEB4;
}
</style>
border-color css
<style>
span { border-color: #B8FEB4; }
span { border-color: rgb(184,254,180); }
td.TdClassName
{
border-color: #B8FEB4;
}
.TagClassName
{
border-color: #B8FEB4;
}
</style>