Shades of Celadon #B5EDB3
Tints of Celadon #B5EDB3
RGB
CMYK
RGB Variations
Color information
#B5EDB3 (or 0xB5EDB3) is known color: Celadon. HEX triplet: B5, ED and B3. RGB value is (181,237,179). Sum of RGB (Red+Green+Blue) = 181+237+179=597 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.32% from 597); Green value is 237 (92.97% from 255 or 39.70% from 597); Blue value is 179 (70.31% from 255 or 29.98% from 597); Max value from RGB is 237 - color contains mainly: green. Hex color #B5EDB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EDB3 is #4A124C. Grayscale: #D5D5D5. Windows color (decimal): -4854349 or 11791797. OLE color: 11791797.
HSL color Cylindrical-coordinate representation of color #B5EDB3: hue angle of 117.93º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5EDB3 is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 237 | 179 | - |
| CMYK | 0.24 | 0 | 0.24 | 0.07 |
| HSL | 117.93º | 0.62% | 0.82% | - |
| HSV(B) | 117.93º | 0.24% | 0.93% | - |
| XYZ | 57.48 | 73.65 | 53.83 | - |
| YUV | 213.64 | 108.45 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 237 | 179 | 0.24 | 0 | 0.24 | 0.07 | 117.93 | 0.62 | 0.82 |
| Hex | B5 | ED | B3 | 18 | 0 | 18 | 7 | 76 | 3E | 52 |
| Octal | 265 | 355 | 263 | 30 | 0 | 30 | 7 | 166 | 76 | 122 |
| Binary | 10110101 | 11101101 | 10110011 | 11000 | 0 | 11000 | 111 | 1110110 | 111110 | 1010010 |
Color Harmonies of #B5EDB3
Complementary color
Monochromatic Colors of #B5EDB3
Black with #B5EDB3
Text Example
Text Example
White with #B5EDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EDB3; }
p { color: rgb(181,237,179); }
H1.HeaderClassName
{
color: #B5EDB3;
}
.AnyTagClassName
{
color: #B5EDB3;
}
</style>
background-color css
<style>
a { background-color: #B5EDB3; }
a { background-color: rgb(181,237,179); }
div.DivClassName
{
background-color: #B5EDB3;
}
.BgClassName
{
background-color: #B5EDB3;
}
</style>
border-color css
<style>
span { border-color: #B5EDB3; }
span { border-color: rgb(181,237,179); }
td.TdClassName
{
border-color: #B5EDB3;
}
.TagClassName
{
border-color: #B5EDB3;
}
</style>