Shades of Celadon #B4E5B4
Tints of Celadon #B4E5B4
RGB
CMYK
RGB Variations
Color information
#B4E5B4 (or 0xB4E5B4) is known color: Celadon. HEX triplet: B4, E5 and B4. RGB value is (180,229,180). Sum of RGB (Red+Green+Blue) = 180+229+180=589 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.56% from 589); Green value is 229 (89.84% from 255 or 38.88% from 589); Blue value is 180 (70.70% from 255 or 30.56% from 589); Max value from RGB is 229 - color contains mainly: green. Hex color #B4E5B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4E5B4 is #4B1A4B. Grayscale: #D0D0D0. Windows color (decimal): -4921932 or 11855284. OLE color: 11855284.
HSL color Cylindrical-coordinate representation of color #B4E5B4: hue angle of 120º degrees, saturation: 0.49, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B4E5B4 is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 180 | 229 | 180 | - |
| CMYK | 0.21 | 0 | 0.21 | 0.10 |
| HSL | 120º | 0.49% | 0.8% | - |
| HSV(B) | 120º | 0.21% | 0.9% | - |
| XYZ | 55.08 | 69.04 | 53.6 | - |
| YUV | 208.76 | 111.77 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 229 | 180 | 0.21 | 0 | 0.21 | 0.10 | 120 | 0.49 | 0.8 |
| Hex | B4 | E5 | B4 | 15 | 0 | 15 | A | 78 | 31 | 50 |
| Octal | 264 | 345 | 264 | 25 | 0 | 25 | 12 | 170 | 61 | 120 |
| Binary | 10110100 | 11100101 | 10110100 | 10101 | 0 | 10101 | 1010 | 1111000 | 110001 | 1010000 |
Color Harmonies of #B4E5B4
Complementary color
Monochromatic Colors of #B4E5B4
Black with #B4E5B4
Text Example
Text Example
White with #B4E5B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E5B4; }
p { color: rgb(180,229,180); }
H1.HeaderClassName
{
color: #B4E5B4;
}
.AnyTagClassName
{
color: #B4E5B4;
}
</style>
background-color css
<style>
a { background-color: #B4E5B4; }
a { background-color: rgb(180,229,180); }
div.DivClassName
{
background-color: #B4E5B4;
}
.BgClassName
{
background-color: #B4E5B4;
}
</style>
border-color css
<style>
span { border-color: #B4E5B4; }
span { border-color: rgb(180,229,180); }
td.TdClassName
{
border-color: #B4E5B4;
}
.TagClassName
{
border-color: #B4E5B4;
}
</style>