Shades of Celadon #9DFDB5
Tints of Celadon #9DFDB5
RGB
CMYK
RGB Variations
Color information
#9DFDB5 (or 0x9DFDB5) is known color: Celadon. HEX triplet: 9D, FD and B5. RGB value is (157,253,181). Sum of RGB (Red+Green+Blue) = 157+253+181=591 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.57% from 591); Green value is 253 (99.22% from 255 or 42.81% from 591); Blue value is 181 (71.09% from 255 or 30.63% from 591); Max value from RGB is 253 - color contains mainly: green. Hex color #9DFDB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DFDB5 is #62024A. Grayscale: #D8D8D8. Windows color (decimal): -6423115 or 11926941. OLE color: 11926941.
HSL color Cylindrical-coordinate representation of color #9DFDB5: hue angle of 135º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DFDB5 is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 157 | 253 | 181 | - |
| CMYK | 0.38 | 0 | 0.28 | 0.01 |
| HSL | 135º | 0.96% | 0.8% | - |
| HSV(B) | 135º | 0.38% | 0.99% | - |
| XYZ | 57.37 | 80.75 | 56.28 | - |
| YUV | 216.09 | 108.2 | 85.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 253 | 181 | 0.38 | 0 | 0.28 | 0.01 | 135 | 0.96 | 0.8 |
| Hex | 9D | FD | B5 | 26 | 0 | 1C | 1 | 87 | 60 | 50 |
| Octal | 235 | 375 | 265 | 46 | 0 | 34 | 1 | 207 | 140 | 120 |
| Binary | 10011101 | 11111101 | 10110101 | 100110 | 0 | 11100 | 1 | 10000111 | 1100000 | 1010000 |
Color Harmonies of #9DFDB5
Complementary color
Monochromatic Colors of #9DFDB5
Black with #9DFDB5
Text Example
Text Example
White with #9DFDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFDB5; }
p { color: rgb(157,253,181); }
H1.HeaderClassName
{
color: #9DFDB5;
}
.AnyTagClassName
{
color: #9DFDB5;
}
</style>
background-color css
<style>
a { background-color: #9DFDB5; }
a { background-color: rgb(157,253,181); }
div.DivClassName
{
background-color: #9DFDB5;
}
.BgClassName
{
background-color: #9DFDB5;
}
</style>
border-color css
<style>
span { border-color: #9DFDB5; }
span { border-color: rgb(157,253,181); }
td.TdClassName
{
border-color: #9DFDB5;
}
.TagClassName
{
border-color: #9DFDB5;
}
</style>