Shades of Celadon #B2F1B4
Tints of Celadon #B2F1B4
RGB
CMYK
RGB Variations
Color information
#B2F1B4 (or 0xB2F1B4) is known color: Celadon. HEX triplet: B2, F1 and B4. RGB value is (178,241,180). Sum of RGB (Red+Green+Blue) = 178+241+180=599 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.72% from 599); Green value is 241 (94.53% from 255 or 40.23% from 599); Blue value is 180 (70.70% from 255 or 30.05% from 599); Max value from RGB is 241 - color contains mainly: green. Hex color #B2F1B4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2F1B4 is #4D0E4B. Grayscale: #D7D7D7. Windows color (decimal): -5049932 or 11858354. OLE color: 11858354.
HSL color Cylindrical-coordinate representation of color #B2F1B4: hue angle of 121.9º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2F1B4 is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 241 | 180 | - |
| CMYK | 0.26 | 0 | 0.25 | 0.05 |
| HSL | 121.9º | 0.69% | 0.82% | - |
| HSV(B) | 121.9º | 0.26% | 0.95% | - |
| XYZ | 58.05 | 75.67 | 54.73 | - |
| YUV | 215.21 | 108.13 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 241 | 180 | 0.26 | 0 | 0.25 | 0.05 | 121.9 | 0.69 | 0.82 |
| Hex | B2 | F1 | B4 | 1A | 0 | 19 | 5 | 7A | 45 | 52 |
| Octal | 262 | 361 | 264 | 32 | 0 | 31 | 5 | 172 | 105 | 122 |
| Binary | 10110010 | 11110001 | 10110100 | 11010 | 0 | 11001 | 101 | 1111010 | 1000101 | 1010010 |
Color Harmonies of #B2F1B4
Complementary color
Monochromatic Colors of #B2F1B4
Black with #B2F1B4
Text Example
Text Example
White with #B2F1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F1B4; }
p { color: rgb(178,241,180); }
H1.HeaderClassName
{
color: #B2F1B4;
}
.AnyTagClassName
{
color: #B2F1B4;
}
</style>
background-color css
<style>
a { background-color: #B2F1B4; }
a { background-color: rgb(178,241,180); }
div.DivClassName
{
background-color: #B2F1B4;
}
.BgClassName
{
background-color: #B2F1B4;
}
</style>
border-color css
<style>
span { border-color: #B2F1B4; }
span { border-color: rgb(178,241,180); }
td.TdClassName
{
border-color: #B2F1B4;
}
.TagClassName
{
border-color: #B2F1B4;
}
</style>