Shades of Celadon #9DEFB5
Tints of Celadon #9DEFB5
RGB
CMYK
RGB Variations
Color information
#9DEFB5 (or 0x9DEFB5) is known color: Celadon. HEX triplet: 9D, EF and B5. RGB value is (157,239,181). Sum of RGB (Red+Green+Blue) = 157+239+181=577 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.21% from 577); Green value is 239 (93.75% from 255 or 41.42% from 577); Blue value is 181 (71.09% from 255 or 31.37% from 577); Max value from RGB is 239 - color contains mainly: green. Hex color #9DEFB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEFB5 is #62104A. Grayscale: #D0D0D0. Windows color (decimal): -6426699 or 11923357. OLE color: 11923357.
HSL color Cylindrical-coordinate representation of color #9DEFB5: hue angle of 137.56º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DEFB5 is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 157 | 239 | 181 | - |
| CMYK | 0.34 | 0 | 0.24 | 0.06 |
| HSL | 137.56º | 0.72% | 0.78% | - |
| HSV(B) | 137.56º | 0.34% | 0.94% | - |
| XYZ | 53.11 | 72.24 | 54.86 | - |
| YUV | 207.87 | 112.83 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 239 | 181 | 0.34 | 0 | 0.24 | 0.06 | 137.56 | 0.72 | 0.78 |
| Hex | 9D | EF | B5 | 22 | 0 | 18 | 6 | 8A | 48 | 4E |
| Octal | 235 | 357 | 265 | 42 | 0 | 30 | 6 | 212 | 110 | 116 |
| Binary | 10011101 | 11101111 | 10110101 | 100010 | 0 | 11000 | 110 | 10001010 | 1001000 | 1001110 |
Color Harmonies of #9DEFB5
Complementary color
Monochromatic Colors of #9DEFB5
Black with #9DEFB5
Text Example
Text Example
White with #9DEFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEFB5; }
p { color: rgb(157,239,181); }
H1.HeaderClassName
{
color: #9DEFB5;
}
.AnyTagClassName
{
color: #9DEFB5;
}
</style>
background-color css
<style>
a { background-color: #9DEFB5; }
a { background-color: rgb(157,239,181); }
div.DivClassName
{
background-color: #9DEFB5;
}
.BgClassName
{
background-color: #9DEFB5;
}
</style>
border-color css
<style>
span { border-color: #9DEFB5; }
span { border-color: rgb(157,239,181); }
td.TdClassName
{
border-color: #9DEFB5;
}
.TagClassName
{
border-color: #9DEFB5;
}
</style>