Shades of Celadon #B8FDB4
Tints of Celadon #B8FDB4
RGB
CMYK
RGB Variations
Color information
#B8FDB4 (or 0xB8FDB4) is known color: Celadon. HEX triplet: B8, FD and B4. RGB value is (184,253,180). Sum of RGB (Red+Green+Blue) = 184+253+180=617 (81% of max value = 765). Red value is 184 (72.27% from 255 or 29.82% from 617); Green value is 253 (99.22% from 255 or 41.00% from 617); Blue value is 180 (70.70% from 255 or 29.17% from 617); Max value from RGB is 253 - color contains mainly: green. Hex color #B8FDB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FDB4 is #47024B. Grayscale: #E0E0E0. Windows color (decimal): -4653644 or 11861432. OLE color: 11861432.
HSL color Cylindrical-coordinate representation of color #B8FDB4: hue angle of 116.71º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B8FDB4 is Cyan = 0.27, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
RGB | 184 | 253 | 180 | - |
CMYK | 0.27 | 0 | 0.29 | 0.01 |
HSL | 116.71º | 0.95% | 0.85% | - |
HSV(B) | 116.71º | 0.29% | 0.99% | - |
XYZ | 63.13 | 83.74 | 56.02 | - |
YUV | 224.05 | 103.14 | 99.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 184 | 253 | 180 | 0.27 | 0 | 0.29 | 0.01 | 116.71 | 0.95 | 0.85 |
Hex | B8 | FD | B4 | 1B | 0 | 1D | 1 | 75 | 5F | 55 |
Octal | 270 | 375 | 264 | 33 | 0 | 35 | 1 | 165 | 137 | 125 |
Binary | 10111000 | 11111101 | 10110100 | 11011 | 0 | 11101 | 1 | 1110101 | 1011111 | 1010101 |
Color Harmonies of #B8FDB4
Complementary color
Monochromatic Colors of #B8FDB4
Black with #B8FDB4
Text Example
Text Example
White with #B8FDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FDB4; }
p { color: rgb(184,253,180); }
H1.HeaderClassName
{
color: #B8FDB4;
}
.AnyTagClassName
{
color: #B8FDB4;
}
</style>
background-color css
<style>
a { background-color: #B8FDB4; }
a { background-color: rgb(184,253,180); }
div.DivClassName
{
background-color: #B8FDB4;
}
.BgClassName
{
background-color: #B8FDB4;
}
</style>
border-color css
<style>
span { border-color: #B8FDB4; }
span { border-color: rgb(184,253,180); }
td.TdClassName
{
border-color: #B8FDB4;
}
.TagClassName
{
border-color: #B8FDB4;
}
</style>