Shades of Celadon #B7F4B3
Tints of Celadon #B7F4B3
RGB
CMYK
RGB Variations
Color information
#B7F4B3 (or 0xB7F4B3) is known color: Celadon. HEX triplet: B7, F4 and B3. RGB value is (183,244,179). Sum of RGB (Red+Green+Blue) = 183+244+179=606 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.20% from 606); Green value is 244 (95.70% from 255 or 40.26% from 606); Blue value is 179 (70.31% from 255 or 29.54% from 606); Max value from RGB is 244 - color contains mainly: green. Hex color #B7F4B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7F4B3 is #480B4C. Grayscale: #DADADA. Windows color (decimal): -4721485 or 11793591. OLE color: 11793591.
HSL color Cylindrical-coordinate representation of color #B7F4B3: hue angle of 116.31º degrees, saturation: 0.75, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B7F4B3 is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 183 | 244 | 179 | - |
| CMYK | 0.25 | 0 | 0.27 | 0.04 |
| HSL | 116.31º | 0.75% | 0.83% | - |
| HSV(B) | 116.31º | 0.27% | 0.96% | - |
| XYZ | 60.02 | 78.02 | 54.54 | - |
| YUV | 218.35 | 105.79 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 244 | 179 | 0.25 | 0 | 0.27 | 0.04 | 116.31 | 0.75 | 0.83 |
| Hex | B7 | F4 | B3 | 19 | 0 | 1B | 4 | 74 | 4B | 53 |
| Octal | 267 | 364 | 263 | 31 | 0 | 33 | 4 | 164 | 113 | 123 |
| Binary | 10110111 | 11110100 | 10110011 | 11001 | 0 | 11011 | 100 | 1110100 | 1001011 | 1010011 |
Color Harmonies of #B7F4B3
Complementary color
Monochromatic Colors of #B7F4B3
Black with #B7F4B3
Text Example
Text Example
White with #B7F4B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7F4B3; }
p { color: rgb(183,244,179); }
H1.HeaderClassName
{
color: #B7F4B3;
}
.AnyTagClassName
{
color: #B7F4B3;
}
</style>
background-color css
<style>
a { background-color: #B7F4B3; }
a { background-color: rgb(183,244,179); }
div.DivClassName
{
background-color: #B7F4B3;
}
.BgClassName
{
background-color: #B7F4B3;
}
</style>
border-color css
<style>
span { border-color: #B7F4B3; }
span { border-color: rgb(183,244,179); }
td.TdClassName
{
border-color: #B7F4B3;
}
.TagClassName
{
border-color: #B7F4B3;
}
</style>