Shades of Celadon #9FFDB4
Tints of Celadon #9FFDB4
RGB
CMYK
RGB Variations
Color information
#9FFDB4 (or 0x9FFDB4) is known color: Celadon. HEX triplet: 9F, FD and B4. RGB value is (159,253,180). Sum of RGB (Red+Green+Blue) = 159+253+180=592 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.86% from 592); Green value is 253 (99.22% from 255 or 42.74% from 592); Blue value is 180 (70.70% from 255 or 30.41% from 592); Max value from RGB is 253 - color contains mainly: green. Hex color #9FFDB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFDB4 is #60024B. Grayscale: #D8D8D8. Windows color (decimal): -6292044 or 11861407. OLE color: 11861407.
HSL color Cylindrical-coordinate representation of color #9FFDB4: hue angle of 133.4º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FFDB4 is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 253 | 180 | - |
| CMYK | 0.37 | 0 | 0.29 | 0.01 |
| HSL | 133.4º | 0.96% | 0.81% | - |
| HSV(B) | 133.4º | 0.37% | 0.99% | - |
| XYZ | 57.66 | 80.92 | 55.76 | - |
| YUV | 216.57 | 107.36 | 86.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 253 | 180 | 0.37 | 0 | 0.29 | 0.01 | 133.4 | 0.96 | 0.81 |
| Hex | 9F | FD | B4 | 25 | 0 | 1D | 1 | 85 | 60 | 51 |
| Octal | 237 | 375 | 264 | 45 | 0 | 35 | 1 | 205 | 140 | 121 |
| Binary | 10011111 | 11111101 | 10110100 | 100101 | 0 | 11101 | 1 | 10000101 | 1100000 | 1010001 |
Color Harmonies of #9FFDB4
Complementary color
Monochromatic Colors of #9FFDB4
Black with #9FFDB4
Text Example
Text Example
White with #9FFDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFDB4; }
p { color: rgb(159,253,180); }
H1.HeaderClassName
{
color: #9FFDB4;
}
.AnyTagClassName
{
color: #9FFDB4;
}
</style>
background-color css
<style>
a { background-color: #9FFDB4; }
a { background-color: rgb(159,253,180); }
div.DivClassName
{
background-color: #9FFDB4;
}
.BgClassName
{
background-color: #9FFDB4;
}
</style>
border-color css
<style>
span { border-color: #9FFDB4; }
span { border-color: rgb(159,253,180); }
td.TdClassName
{
border-color: #9FFDB4;
}
.TagClassName
{
border-color: #9FFDB4;
}
</style>