Shades of Celadon #B0FFB0
Tints of Celadon #B0FFB0
RGB
CMYK
RGB Variations
Color information
#B0FFB0 (or 0xB0FFB0) is known color: Celadon. HEX triplet: B0, FF and B0. RGB value is (176,255,176). Sum of RGB (Red+Green+Blue) = 176+255+176=607 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.00% from 607); Green value is 255 (100% from 255 or 42.01% from 607); Blue value is 176 (69.14% from 255 or 29.00% from 607); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FFB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FFB0 is #4F004F. Grayscale: #DEDEDE. Windows color (decimal): -5177424 or 11599792. OLE color: 11599792.
HSL color Cylindrical-coordinate representation of color #B0FFB0: hue angle of 120º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0FFB0 is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 255 | 176 | - |
| CMYK | 0.31 | 0 | 0.31 | 0 |
| HSL | 120º | 1% | 0.85% | - |
| HSV(B) | 120º | 0.31% | 1% | - |
| XYZ | 61.5 | 83.88 | 54.02 | - |
| YUV | 222.37 | 101.83 | 94.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 255 | 176 | 0.31 | 0 | 0.31 | 0 | 120 | 1 | 0.85 |
| Hex | B0 | FF | B0 | 1F | 0 | 1F | 0 | 78 | 64 | 55 |
| Octal | 260 | 377 | 260 | 37 | 0 | 37 | 0 | 170 | 144 | 125 |
| Binary | 10110000 | 11111111 | 10110000 | 11111 | 0 | 11111 | 0 | 1111000 | 1100100 | 1010101 |
Color Harmonies of #B0FFB0
Complementary color
Monochromatic Colors of #B0FFB0
Black with #B0FFB0
Text Example
Text Example
White with #B0FFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FFB0; }
p { color: rgb(176,255,176); }
H1.HeaderClassName
{
color: #B0FFB0;
}
.AnyTagClassName
{
color: #B0FFB0;
}
</style>
background-color css
<style>
a { background-color: #B0FFB0; }
a { background-color: rgb(176,255,176); }
div.DivClassName
{
background-color: #B0FFB0;
}
.BgClassName
{
background-color: #B0FFB0;
}
</style>
border-color css
<style>
span { border-color: #B0FFB0; }
span { border-color: rgb(176,255,176); }
td.TdClassName
{
border-color: #B0FFB0;
}
.TagClassName
{
border-color: #B0FFB0;
}
</style>