Shades of Celadon #ADF7B5
Tints of Celadon #ADF7B5
RGB
CMYK
RGB Variations
Color information
#ADF7B5 (or 0xADF7B5) is known color: Celadon. HEX triplet: AD, F7 and B5. RGB value is (173,247,181). Sum of RGB (Red+Green+Blue) = 173+247+181=601 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.79% from 601); Green value is 247 (96.88% from 255 or 41.10% from 601); Blue value is 181 (71.09% from 255 or 30.12% from 601); Max value from RGB is 247 - color contains mainly: green. Hex color #ADF7B5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF7B5 is #52084A. Grayscale: #D9D9D9. Windows color (decimal): -5376075 or 11925421. OLE color: 11925421.
HSL color Cylindrical-coordinate representation of color #ADF7B5: hue angle of 126.49º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADF7B5 is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 247 | 181 | - |
| CMYK | 0.30 | 0 | 0.27 | 0.03 |
| HSL | 126.49º | 0.82% | 0.82% | - |
| HSV(B) | 126.49º | 0.3% | 0.97% | - |
| XYZ | 58.83 | 78.74 | 55.81 | - |
| YUV | 217.35 | 107.48 | 96.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 247 | 181 | 0.30 | 0 | 0.27 | 0.03 | 126.49 | 0.82 | 0.82 |
| Hex | AD | F7 | B5 | 1E | 0 | 1B | 3 | 7E | 52 | 52 |
| Octal | 255 | 367 | 265 | 36 | 0 | 33 | 3 | 176 | 122 | 122 |
| Binary | 10101101 | 11110111 | 10110101 | 11110 | 0 | 11011 | 11 | 1111110 | 1010010 | 1010010 |
Color Harmonies of #ADF7B5
Complementary color
Monochromatic Colors of #ADF7B5
Black with #ADF7B5
Text Example
Text Example
White with #ADF7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF7B5; }
p { color: rgb(173,247,181); }
H1.HeaderClassName
{
color: #ADF7B5;
}
.AnyTagClassName
{
color: #ADF7B5;
}
</style>
background-color css
<style>
a { background-color: #ADF7B5; }
a { background-color: rgb(173,247,181); }
div.DivClassName
{
background-color: #ADF7B5;
}
.BgClassName
{
background-color: #ADF7B5;
}
</style>
border-color css
<style>
span { border-color: #ADF7B5; }
span { border-color: rgb(173,247,181); }
td.TdClassName
{
border-color: #ADF7B5;
}
.TagClassName
{
border-color: #ADF7B5;
}
</style>