Shades of Celadon #ADFDB1
Tints of Celadon #ADFDB1
RGB
CMYK
RGB Variations
Color information
#ADFDB1 (or 0xADFDB1) is known color: Celadon. HEX triplet: AD, FD and B1. RGB value is (173,253,177). Sum of RGB (Red+Green+Blue) = 173+253+177=603 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.69% from 603); Green value is 253 (99.22% from 255 or 41.96% from 603); Blue value is 177 (69.53% from 255 or 29.35% from 603); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFDB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADFDB1 is #52024E. Grayscale: #DCDCDC. Windows color (decimal): -5374543 or 11664813. OLE color: 11664813.
HSL color Cylindrical-coordinate representation of color #ADFDB1: hue angle of 123º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADFDB1 is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 253 | 177 | - |
| CMYK | 0.32 | 0 | 0.30 | 0.01 |
| HSL | 123º | 0.95% | 0.84% | - |
| HSV(B) | 123º | 0.32% | 0.99% | - |
| XYZ | 60.29 | 82.31 | 54.3 | - |
| YUV | 220.42 | 103.5 | 94.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 253 | 177 | 0.32 | 0 | 0.30 | 0.01 | 123 | 0.95 | 0.84 |
| Hex | AD | FD | B1 | 20 | 0 | 1E | 1 | 7B | 5F | 54 |
| Octal | 255 | 375 | 261 | 40 | 0 | 36 | 1 | 173 | 137 | 124 |
| Binary | 10101101 | 11111101 | 10110001 | 100000 | 0 | 11110 | 1 | 1111011 | 1011111 | 1010100 |
Color Harmonies of #ADFDB1
Complementary color
Monochromatic Colors of #ADFDB1
Black with #ADFDB1
Text Example
Text Example
White with #ADFDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFDB1; }
p { color: rgb(173,253,177); }
H1.HeaderClassName
{
color: #ADFDB1;
}
.AnyTagClassName
{
color: #ADFDB1;
}
</style>
background-color css
<style>
a { background-color: #ADFDB1; }
a { background-color: rgb(173,253,177); }
div.DivClassName
{
background-color: #ADFDB1;
}
.BgClassName
{
background-color: #ADFDB1;
}
</style>
border-color css
<style>
span { border-color: #ADFDB1; }
span { border-color: rgb(173,253,177); }
td.TdClassName
{
border-color: #ADFDB1;
}
.TagClassName
{
border-color: #ADFDB1;
}
</style>