Shades of Celadon #B4F0B5
Tints of Celadon #B4F0B5
RGB
CMYK
RGB Variations
Color information
#B4F0B5 (or 0xB4F0B5) is known color: Celadon. HEX triplet: B4, F0 and B5. RGB value is (180,240,181). Sum of RGB (Red+Green+Blue) = 180+240+181=601 (79% of max value = 765). Red value is 180 (70.70% from 255 or 29.95% from 601); Green value is 240 (94.14% from 255 or 39.93% from 601); Blue value is 181 (71.09% from 255 or 30.12% from 601); Max value from RGB is 240 - color contains mainly: green. Hex color #B4F0B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4F0B5 is #4B0F4A. Grayscale: #D7D7D7. Windows color (decimal): -4919115 or 11923636. OLE color: 11923636.
HSL color Cylindrical-coordinate representation of color #B4F0B5: hue angle of 121º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B4F0B5 is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 180 | 240 | 181 | - |
| CMYK | 0.25 | 0 | 0.25 | 0.06 |
| HSL | 121º | 0.67% | 0.82% | - |
| HSV(B) | 121º | 0.25% | 0.94% | - |
| XYZ | 58.32 | 75.36 | 55.19 | - |
| YUV | 215.33 | 108.62 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 240 | 181 | 0.25 | 0 | 0.25 | 0.06 | 121 | 0.67 | 0.82 |
| Hex | B4 | F0 | B5 | 19 | 0 | 19 | 6 | 79 | 43 | 52 |
| Octal | 264 | 360 | 265 | 31 | 0 | 31 | 6 | 171 | 103 | 122 |
| Binary | 10110100 | 11110000 | 10110101 | 11001 | 0 | 11001 | 110 | 1111001 | 1000011 | 1010010 |
Color Harmonies of #B4F0B5
Complementary color
Monochromatic Colors of #B4F0B5
Black with #B4F0B5
Text Example
Text Example
White with #B4F0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4F0B5; }
p { color: rgb(180,240,181); }
H1.HeaderClassName
{
color: #B4F0B5;
}
.AnyTagClassName
{
color: #B4F0B5;
}
</style>
background-color css
<style>
a { background-color: #B4F0B5; }
a { background-color: rgb(180,240,181); }
div.DivClassName
{
background-color: #B4F0B5;
}
.BgClassName
{
background-color: #B4F0B5;
}
</style>
border-color css
<style>
span { border-color: #B4F0B5; }
span { border-color: rgb(180,240,181); }
td.TdClassName
{
border-color: #B4F0B5;
}
.TagClassName
{
border-color: #B4F0B5;
}
</style>