Shades of Celadon #B5ECB5
Tints of Celadon #B5ECB5
RGB
CMYK
RGB Variations
Color information
#B5ECB5 (or 0xB5ECB5) is known color: Celadon. HEX triplet: B5, EC and B5. RGB value is (181,236,181). Sum of RGB (Red+Green+Blue) = 181+236+181=598 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.27% from 598); Green value is 236 (92.58% from 255 or 39.46% from 598); Blue value is 181 (71.09% from 255 or 30.27% from 598); Max value from RGB is 236 - color contains mainly: green. Hex color #B5ECB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5ECB5 is #4A134A. Grayscale: #D5D5D5. Windows color (decimal): -4854603 or 11922613. OLE color: 11922613.
HSL color Cylindrical-coordinate representation of color #B5ECB5: hue angle of 120º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5ECB5 is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
RGB | 181 | 236 | 181 | - |
CMYK | 0.23 | 0 | 0.23 | 0.07 |
HSL | 120º | 0.59% | 0.82% | - |
HSV(B) | 120º | 0.23% | 0.93% | - |
XYZ | 57.39 | 73.15 | 54.81 | - |
YUV | 213.29 | 109.78 | 104.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 236 | 181 | 0.23 | 0 | 0.23 | 0.07 | 120 | 0.59 | 0.82 |
Hex | B5 | EC | B5 | 17 | 0 | 17 | 7 | 78 | 3B | 52 |
Octal | 265 | 354 | 265 | 27 | 0 | 27 | 7 | 170 | 73 | 122 |
Binary | 10110101 | 11101100 | 10110101 | 10111 | 0 | 10111 | 111 | 1111000 | 111011 | 1010010 |
Color Harmonies of #B5ECB5
Complementary color
Monochromatic Colors of #B5ECB5
Black with #B5ECB5
Text Example
Text Example
White with #B5ECB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5ECB5; }
p { color: rgb(181,236,181); }
H1.HeaderClassName
{
color: #B5ECB5;
}
.AnyTagClassName
{
color: #B5ECB5;
}
</style>
background-color css
<style>
a { background-color: #B5ECB5; }
a { background-color: rgb(181,236,181); }
div.DivClassName
{
background-color: #B5ECB5;
}
.BgClassName
{
background-color: #B5ECB5;
}
</style>
border-color css
<style>
span { border-color: #B5ECB5; }
span { border-color: rgb(181,236,181); }
td.TdClassName
{
border-color: #B5ECB5;
}
.TagClassName
{
border-color: #B5ECB5;
}
</style>