Shades of Celadon #B4EDB4
Tints of Celadon #B4EDB4
RGB
CMYK
RGB Variations
Color information
#B4EDB4 (or 0xB4EDB4) is known color: Celadon. HEX triplet: B4, ED and B4. RGB value is (180,237,180). Sum of RGB (Red+Green+Blue) = 180+237+180=597 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30.15% from 597); Green value is 237 (92.97% from 255 or 39.70% from 597); Blue value is 180 (70.70% from 255 or 30.15% from 597); Max value from RGB is 237 - color contains mainly: green. Hex color #B4EDB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EDB4 is #4B124B. Grayscale: #D5D5D5. Windows color (decimal): -4919884 or 11857332. OLE color: 11857332.
HSL color Cylindrical-coordinate representation of color #B4EDB4: hue angle of 120º degrees, saturation: 0.61, 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 #B4EDB4 is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 237 | 180 | - |
| CMYK | 0.24 | 0 | 0.24 | 0.07 |
| HSL | 120º | 0.61% | 0.82% | - |
| HSV(B) | 120º | 0.24% | 0.93% | - |
| XYZ | 57.34 | 73.57 | 54.36 | - |
| YUV | 213.46 | 109.12 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 237 | 180 | 0.24 | 0 | 0.24 | 0.07 | 120 | 0.61 | 0.82 |
| Hex | B4 | ED | B4 | 18 | 0 | 18 | 7 | 78 | 3D | 52 |
| Octal | 264 | 355 | 264 | 30 | 0 | 30 | 7 | 170 | 75 | 122 |
| Binary | 10110100 | 11101101 | 10110100 | 11000 | 0 | 11000 | 111 | 1111000 | 111101 | 1010010 |
Color Harmonies of #B4EDB4
Complementary color
Monochromatic Colors of #B4EDB4
Black with #B4EDB4
Text Example
Text Example
White with #B4EDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4EDB4; }
p { color: rgb(180,237,180); }
H1.HeaderClassName
{
color: #B4EDB4;
}
.AnyTagClassName
{
color: #B4EDB4;
}
</style>
background-color css
<style>
a { background-color: #B4EDB4; }
a { background-color: rgb(180,237,180); }
div.DivClassName
{
background-color: #B4EDB4;
}
.BgClassName
{
background-color: #B4EDB4;
}
</style>
border-color css
<style>
span { border-color: #B4EDB4; }
span { border-color: rgb(180,237,180); }
td.TdClassName
{
border-color: #B4EDB4;
}
.TagClassName
{
border-color: #B4EDB4;
}
</style>