Shades of Celadon #B2F9AF
Tints of Celadon #B2F9AF
RGB
CMYK
RGB Variations
Color information
#B2F9AF (or 0xB2F9AF) is known color: Celadon. HEX triplet: B2, F9 and AF. RGB value is (178,249,175). Sum of RGB (Red+Green+Blue) = 178+249+175=602 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.57% from 602); Green value is 249 (97.66% from 255 or 41.36% from 602); Blue value is 175 (68.75% from 255 or 29.07% from 602); Max value from RGB is 249 - color contains mainly: green. Hex color #B2F9AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2F9AF is #4D0650. Grayscale: #DBDBDB. Windows color (decimal): -5047889 or 11532722. OLE color: 11532722.
HSL color Cylindrical-coordinate representation of color #B2F9AF: hue angle of 117.57º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2F9AF is Cyan = 0.29, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 249 | 175 | - |
| CMYK | 0.29 | 0 | 0.30 | 0.02 |
| HSL | 117.57º | 0.86% | 0.83% | - |
| HSV(B) | 117.57º | 0.3% | 0.98% | - |
| XYZ | 59.97 | 80.31 | 52.9 | - |
| YUV | 219.34 | 102.98 | 98.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 249 | 175 | 0.29 | 0 | 0.30 | 0.02 | 117.57 | 0.86 | 0.83 |
| Hex | B2 | F9 | AF | 1D | 0 | 1E | 2 | 76 | 56 | 53 |
| Octal | 262 | 371 | 257 | 35 | 0 | 36 | 2 | 166 | 126 | 123 |
| Binary | 10110010 | 11111001 | 10101111 | 11101 | 0 | 11110 | 10 | 1110110 | 1010110 | 1010011 |
Color Harmonies of #B2F9AF
Complementary color
Monochromatic Colors of #B2F9AF
Black with #B2F9AF
Text Example
Text Example
White with #B2F9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F9AF; }
p { color: rgb(178,249,175); }
H1.HeaderClassName
{
color: #B2F9AF;
}
.AnyTagClassName
{
color: #B2F9AF;
}
</style>
background-color css
<style>
a { background-color: #B2F9AF; }
a { background-color: rgb(178,249,175); }
div.DivClassName
{
background-color: #B2F9AF;
}
.BgClassName
{
background-color: #B2F9AF;
}
</style>
border-color css
<style>
span { border-color: #B2F9AF; }
span { border-color: rgb(178,249,175); }
td.TdClassName
{
border-color: #B2F9AF;
}
.TagClassName
{
border-color: #B2F9AF;
}
</style>