Shades of Celadon #ADFFB1
Tints of Celadon #ADFFB1
RGB
CMYK
RGB Variations
Color information
#ADFFB1 (or 0xADFFB1) is known color: Celadon. HEX triplet: AD, FF and B1. RGB value is (173,255,177). Sum of RGB (Red+Green+Blue) = 173+255+177=605 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.60% from 605); Green value is 255 (100% from 255 or 42.15% from 605); Blue value is 177 (69.53% from 255 or 29.26% from 605); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFFB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADFFB1 is #52004E. Grayscale: #DDDDDD. Windows color (decimal): -5374031 or 11665325. OLE color: 11665325.
HSL color Cylindrical-coordinate representation of color #ADFFB1: hue angle of 122.93º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADFFB1 is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 255 | 177 | - |
| CMYK | 0.32 | 0 | 0.31 | 0 |
| HSL | 122.93º | 1% | 0.84% | - |
| HSV(B) | 122.93º | 0.32% | 1% | - |
| XYZ | 60.93 | 83.58 | 54.52 | - |
| YUV | 221.59 | 102.83 | 93.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 255 | 177 | 0.32 | 0 | 0.31 | 0 | 122.93 | 1 | 0.84 |
| Hex | AD | FF | B1 | 20 | 0 | 1F | 0 | 7B | 64 | 54 |
| Octal | 255 | 377 | 261 | 40 | 0 | 37 | 0 | 173 | 144 | 124 |
| Binary | 10101101 | 11111111 | 10110001 | 100000 | 0 | 11111 | 0 | 1111011 | 1100100 | 1010100 |
Color Harmonies of #ADFFB1
Complementary color
Monochromatic Colors of #ADFFB1
Black with #ADFFB1
Text Example
Text Example
White with #ADFFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFFB1; }
p { color: rgb(173,255,177); }
H1.HeaderClassName
{
color: #ADFFB1;
}
.AnyTagClassName
{
color: #ADFFB1;
}
</style>
background-color css
<style>
a { background-color: #ADFFB1; }
a { background-color: rgb(173,255,177); }
div.DivClassName
{
background-color: #ADFFB1;
}
.BgClassName
{
background-color: #ADFFB1;
}
</style>
border-color css
<style>
span { border-color: #ADFFB1; }
span { border-color: rgb(173,255,177); }
td.TdClassName
{
border-color: #ADFFB1;
}
.TagClassName
{
border-color: #ADFFB1;
}
</style>