Shades of Celadon #B7EFB5
Tints of Celadon #B7EFB5
RGB
CMYK
RGB Variations
Color information
#B7EFB5 (or 0xB7EFB5) is known color: Celadon. HEX triplet: B7, EF and B5. RGB value is (183,239,181). Sum of RGB (Red+Green+Blue) = 183+239+181=603 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.35% from 603); Green value is 239 (93.75% from 255 or 39.64% from 603); Blue value is 181 (71.09% from 255 or 30.02% from 603); Max value from RGB is 239 - color contains mainly: green. Hex color #B7EFB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7EFB5 is #48104A. Grayscale: #D7D7D7. Windows color (decimal): -4722763 or 11923383. OLE color: 11923383.
HSL color Cylindrical-coordinate representation of color #B7EFB5: hue angle of 117.93º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B7EFB5 is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 183 | 239 | 181 | - |
| CMYK | 0.23 | 0 | 0.24 | 0.06 |
| HSL | 117.93º | 0.64% | 0.82% | - |
| HSV(B) | 117.93º | 0.24% | 0.94% | - |
| XYZ | 58.74 | 75.14 | 55.12 | - |
| YUV | 215.64 | 108.45 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 239 | 181 | 0.23 | 0 | 0.24 | 0.06 | 117.93 | 0.64 | 0.82 |
| Hex | B7 | EF | B5 | 17 | 0 | 18 | 6 | 76 | 40 | 52 |
| Octal | 267 | 357 | 265 | 27 | 0 | 30 | 6 | 166 | 100 | 122 |
| Binary | 10110111 | 11101111 | 10110101 | 10111 | 0 | 11000 | 110 | 1110110 | 1000000 | 1010010 |
Color Harmonies of #B7EFB5
Complementary color
Monochromatic Colors of #B7EFB5
Black with #B7EFB5
Text Example
Text Example
White with #B7EFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7EFB5; }
p { color: rgb(183,239,181); }
H1.HeaderClassName
{
color: #B7EFB5;
}
.AnyTagClassName
{
color: #B7EFB5;
}
</style>
background-color css
<style>
a { background-color: #B7EFB5; }
a { background-color: rgb(183,239,181); }
div.DivClassName
{
background-color: #B7EFB5;
}
.BgClassName
{
background-color: #B7EFB5;
}
</style>
border-color css
<style>
span { border-color: #B7EFB5; }
span { border-color: rgb(183,239,181); }
td.TdClassName
{
border-color: #B7EFB5;
}
.TagClassName
{
border-color: #B7EFB5;
}
</style>