Shades of Celadon #B7FFB5
Tints of Celadon #B7FFB5
RGB
CMYK
RGB Variations
Color information
#B7FFB5 (or 0xB7FFB5) is known color: Celadon. HEX triplet: B7, FF and B5. RGB value is (183,255,181). Sum of RGB (Red+Green+Blue) = 183+255+181=619 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.56% from 619); Green value is 255 (100% from 255 or 41.20% from 619); Blue value is 181 (71.09% from 255 or 29.24% from 619); Max value from RGB is 255 - color contains mainly: green. Hex color #B7FFB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7FFB5 is #48004A. Grayscale: #E1E1E1. Windows color (decimal): -4718667 or 11927479. OLE color: 11927479.
HSL color Cylindrical-coordinate representation of color #B7FFB5: hue angle of 118.38º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B7FFB5 is Cyan = 0.28, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 255 | 181 | - |
| CMYK | 0.28 | 0 | 0.29 | 0 |
| HSL | 118.38º | 1% | 0.85% | - |
| HSV(B) | 118.38º | 0.29% | 1% | - |
| XYZ | 63.63 | 84.92 | 56.75 | - |
| YUV | 225.04 | 103.15 | 98.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 255 | 181 | 0.28 | 0 | 0.29 | 0 | 118.38 | 1 | 0.85 |
| Hex | B7 | FF | B5 | 1C | 0 | 1D | 0 | 76 | 64 | 55 |
| Octal | 267 | 377 | 265 | 34 | 0 | 35 | 0 | 166 | 144 | 125 |
| Binary | 10110111 | 11111111 | 10110101 | 11100 | 0 | 11101 | 0 | 1110110 | 1100100 | 1010101 |
Color Harmonies of #B7FFB5
Complementary color
Monochromatic Colors of #B7FFB5
Black with #B7FFB5
Text Example
Text Example
White with #B7FFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7FFB5; }
p { color: rgb(183,255,181); }
H1.HeaderClassName
{
color: #B7FFB5;
}
.AnyTagClassName
{
color: #B7FFB5;
}
</style>
background-color css
<style>
a { background-color: #B7FFB5; }
a { background-color: rgb(183,255,181); }
div.DivClassName
{
background-color: #B7FFB5;
}
.BgClassName
{
background-color: #B7FFB5;
}
</style>
border-color css
<style>
span { border-color: #B7FFB5; }
span { border-color: rgb(183,255,181); }
td.TdClassName
{
border-color: #B7FFB5;
}
.TagClassName
{
border-color: #B7FFB5;
}
</style>