Shades of Celadon #9DF9B7
Tints of Celadon #9DF9B7
RGB
CMYK
RGB Variations
Color information
#9DF9B7 (or 0x9DF9B7) is known color: Celadon. HEX triplet: 9D, F9 and B7. RGB value is (157,249,183). Sum of RGB (Red+Green+Blue) = 157+249+183=589 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.66% from 589); Green value is 249 (97.66% from 255 or 42.28% from 589); Blue value is 183 (71.88% from 255 or 31.07% from 589); Max value from RGB is 249 - color contains mainly: green. Hex color #9DF9B7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DF9B7 is #620648. Grayscale: #D6D6D6. Windows color (decimal): -6424137 or 12056989. OLE color: 12056989.
HSL color Cylindrical-coordinate representation of color #9DF9B7: hue angle of 136.96º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DF9B7 is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 249 | 183 | - |
| CMYK | 0.37 | 0 | 0.27 | 0.02 |
| HSL | 136.96º | 0.88% | 0.8% | - |
| HSV(B) | 136.96º | 0.37% | 0.98% | - |
| XYZ | 56.33 | 78.34 | 56.95 | - |
| YUV | 213.97 | 110.52 | 87.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 249 | 183 | 0.37 | 0 | 0.27 | 0.02 | 136.96 | 0.88 | 0.8 |
| Hex | 9D | F9 | B7 | 25 | 0 | 1B | 2 | 89 | 58 | 50 |
| Octal | 235 | 371 | 267 | 45 | 0 | 33 | 2 | 211 | 130 | 120 |
| Binary | 10011101 | 11111001 | 10110111 | 100101 | 0 | 11011 | 10 | 10001001 | 1011000 | 1010000 |
Color Harmonies of #9DF9B7
Complementary color
Monochromatic Colors of #9DF9B7
Black with #9DF9B7
Text Example
Text Example
White with #9DF9B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF9B7; }
p { color: rgb(157,249,183); }
H1.HeaderClassName
{
color: #9DF9B7;
}
.AnyTagClassName
{
color: #9DF9B7;
}
</style>
background-color css
<style>
a { background-color: #9DF9B7; }
a { background-color: rgb(157,249,183); }
div.DivClassName
{
background-color: #9DF9B7;
}
.BgClassName
{
background-color: #9DF9B7;
}
</style>
border-color css
<style>
span { border-color: #9DF9B7; }
span { border-color: rgb(157,249,183); }
td.TdClassName
{
border-color: #9DF9B7;
}
.TagClassName
{
border-color: #9DF9B7;
}
</style>