Shades of Celadon #B4EDB3
Tints of Celadon #B4EDB3
RGB
CMYK
RGB Variations
Color information
#B4EDB3 (or 0xB4EDB3) is known color: Celadon. HEX triplet: B4, ED and B3. RGB value is (180,237,179). Sum of RGB (Red+Green+Blue) = 180+237+179=596 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.20% from 596); Green value is 237 (92.97% from 255 or 39.77% from 596); Blue value is 179 (70.31% from 255 or 30.03% from 596); Max value from RGB is 237 - color contains mainly: green. Hex color #B4EDB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EDB3 is #4B124C. Grayscale: #D5D5D5. Windows color (decimal): -4919885 or 11791796. OLE color: 11791796.
HSL color Cylindrical-coordinate representation of color #B4EDB3: hue angle of 118.97º 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 #B4EDB3 is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 237 | 179 | - |
| CMYK | 0.24 | 0 | 0.24 | 0.07 |
| HSL | 118.97º | 0.62% | 0.82% | - |
| HSV(B) | 118.97º | 0.24% | 0.93% | - |
| XYZ | 57.24 | 73.53 | 53.82 | - |
| YUV | 213.35 | 108.62 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 237 | 179 | 0.24 | 0 | 0.24 | 0.07 | 118.97 | 0.62 | 0.82 |
| Hex | B4 | ED | B3 | 18 | 0 | 18 | 7 | 77 | 3E | 52 |
| Octal | 264 | 355 | 263 | 30 | 0 | 30 | 7 | 167 | 76 | 122 |
| Binary | 10110100 | 11101101 | 10110011 | 11000 | 0 | 11000 | 111 | 1110111 | 111110 | 1010010 |
Color Harmonies of #B4EDB3
Complementary color
Monochromatic Colors of #B4EDB3
Black with #B4EDB3
Text Example
Text Example
White with #B4EDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4EDB3; }
p { color: rgb(180,237,179); }
H1.HeaderClassName
{
color: #B4EDB3;
}
.AnyTagClassName
{
color: #B4EDB3;
}
</style>
background-color css
<style>
a { background-color: #B4EDB3; }
a { background-color: rgb(180,237,179); }
div.DivClassName
{
background-color: #B4EDB3;
}
.BgClassName
{
background-color: #B4EDB3;
}
</style>
border-color css
<style>
span { border-color: #B4EDB3; }
span { border-color: rgb(180,237,179); }
td.TdClassName
{
border-color: #B4EDB3;
}
.TagClassName
{
border-color: #B4EDB3;
}
</style>