Shades of Celadon #B0FBAD
Tints of Celadon #B0FBAD
RGB
CMYK
RGB Variations
Color information
#B0FBAD (or 0xB0FBAD) is known color: Celadon. HEX triplet: B0, FB and AD. RGB value is (176,251,173). Sum of RGB (Red+Green+Blue) = 176+251+173=600 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.33% from 600); Green value is 251 (98.44% from 255 or 41.83% from 600); Blue value is 173 (67.97% from 255 or 28.83% from 600); Max value from RGB is 251 - color contains mainly: green. Hex color #B0FBAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FBAD is #4F0452. Grayscale: #DBDBDB. Windows color (decimal): -5178451 or 11402160. OLE color: 11402160.
HSL color Cylindrical-coordinate representation of color #B0FBAD: hue angle of 117.69º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0FBAD is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 251 | 173 | - |
| CMYK | 0.30 | 0 | 0.31 | 0.02 |
| HSL | 117.69º | 0.91% | 0.83% | - |
| HSV(B) | 117.69º | 0.31% | 0.98% | - |
| XYZ | 59.94 | 81.24 | 52.06 | - |
| YUV | 219.68 | 101.65 | 96.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 251 | 173 | 0.30 | 0 | 0.31 | 0.02 | 117.69 | 0.91 | 0.83 |
| Hex | B0 | FB | AD | 1E | 0 | 1F | 2 | 76 | 5B | 53 |
| Octal | 260 | 373 | 255 | 36 | 0 | 37 | 2 | 166 | 133 | 123 |
| Binary | 10110000 | 11111011 | 10101101 | 11110 | 0 | 11111 | 10 | 1110110 | 1011011 | 1010011 |
Color Harmonies of #B0FBAD
Complementary color
Monochromatic Colors of #B0FBAD
Black with #B0FBAD
Text Example
Text Example
White with #B0FBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FBAD; }
p { color: rgb(176,251,173); }
H1.HeaderClassName
{
color: #B0FBAD;
}
.AnyTagClassName
{
color: #B0FBAD;
}
</style>
background-color css
<style>
a { background-color: #B0FBAD; }
a { background-color: rgb(176,251,173); }
div.DivClassName
{
background-color: #B0FBAD;
}
.BgClassName
{
background-color: #B0FBAD;
}
</style>
border-color css
<style>
span { border-color: #B0FBAD; }
span { border-color: rgb(176,251,173); }
td.TdClassName
{
border-color: #B0FBAD;
}
.TagClassName
{
border-color: #B0FBAD;
}
</style>