Shades of Celadon #B4FEB3
Tints of Celadon #B4FEB3
RGB
CMYK
RGB Variations
Color information
#B4FEB3 (or 0xB4FEB3) is known color: Celadon. HEX triplet: B4, FE and B3. RGB value is (180,254,179). Sum of RGB (Red+Green+Blue) = 180+254+179=613 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.36% from 613); Green value is 254 (99.61% from 255 or 41.44% from 613); Blue value is 179 (70.31% from 255 or 29.20% from 613); Max value from RGB is 254 - color contains mainly: green. Hex color #B4FEB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FEB3 is #4B014C. Grayscale: #DFDFDF. Windows color (decimal): -4915533 or 11796148. OLE color: 11796148.
HSL color Cylindrical-coordinate representation of color #B4FEB3: hue angle of 119.2º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B4FEB3 is Cyan = 0.29, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 180 | 254 | 179 | - |
| CMYK | 0.29 | 0 | 0.30 | 0.00 |
| HSL | 119.2º | 0.97% | 0.85% | - |
| HSV(B) | 119.2º | 0.3% | 1% | - |
| XYZ | 62.4 | 83.84 | 55.54 | - |
| YUV | 223.32 | 102.98 | 97.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 254 | 179 | 0.29 | 0 | 0.30 | 0.00 | 119.2 | 0.97 | 0.85 |
| Hex | B4 | FE | B3 | 1D | 0 | 1E | 0 | 77 | 61 | 55 |
| Octal | 264 | 376 | 263 | 35 | 0 | 36 | 0 | 167 | 141 | 125 |
| Binary | 10110100 | 11111110 | 10110011 | 11101 | 0 | 11110 | 0 | 1110111 | 1100001 | 1010101 |
Color Harmonies of #B4FEB3
Complementary color
Monochromatic Colors of #B4FEB3
Black with #B4FEB3
Text Example
Text Example
White with #B4FEB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4FEB3; }
p { color: rgb(180,254,179); }
H1.HeaderClassName
{
color: #B4FEB3;
}
.AnyTagClassName
{
color: #B4FEB3;
}
</style>
background-color css
<style>
a { background-color: #B4FEB3; }
a { background-color: rgb(180,254,179); }
div.DivClassName
{
background-color: #B4FEB3;
}
.BgClassName
{
background-color: #B4FEB3;
}
</style>
border-color css
<style>
span { border-color: #B4FEB3; }
span { border-color: rgb(180,254,179); }
td.TdClassName
{
border-color: #B4FEB3;
}
.TagClassName
{
border-color: #B4FEB3;
}
</style>