Shades of Celadon #ADFFB3
Tints of Celadon #ADFFB3
RGB
CMYK
RGB Variations
Color information
#ADFFB3 (or 0xADFFB3) is known color: Celadon. HEX triplet: AD, FF and B3. RGB value is (173,255,179). Sum of RGB (Red+Green+Blue) = 173+255+179=607 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.50% from 607); Green value is 255 (100% from 255 or 42.01% from 607); Blue value is 179 (70.31% from 255 or 29.49% from 607); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFFB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFFB3 is #52004C. Grayscale: #DEDEDE. Windows color (decimal): -5374029 or 11796397. OLE color: 11796397.
HSL color Cylindrical-coordinate representation of color #ADFFB3: hue angle of 124.39º 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 #ADFFB3 is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 255 | 179 | - |
| CMYK | 0.32 | 0 | 0.30 | 0 |
| HSL | 124.39º | 1% | 0.84% | - |
| HSV(B) | 124.39º | 0.32% | 1% | - |
| XYZ | 61.13 | 83.66 | 55.57 | - |
| YUV | 221.82 | 103.83 | 93.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 255 | 179 | 0.32 | 0 | 0.30 | 0 | 124.39 | 1 | 0.84 |
| Hex | AD | FF | B3 | 20 | 0 | 1E | 0 | 7C | 64 | 54 |
| Octal | 255 | 377 | 263 | 40 | 0 | 36 | 0 | 174 | 144 | 124 |
| Binary | 10101101 | 11111111 | 10110011 | 100000 | 0 | 11110 | 0 | 1111100 | 1100100 | 1010100 |
Color Harmonies of #ADFFB3
Complementary color
Monochromatic Colors of #ADFFB3
Black with #ADFFB3
Text Example
Text Example
White with #ADFFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFFB3; }
p { color: rgb(173,255,179); }
H1.HeaderClassName
{
color: #ADFFB3;
}
.AnyTagClassName
{
color: #ADFFB3;
}
</style>
background-color css
<style>
a { background-color: #ADFFB3; }
a { background-color: rgb(173,255,179); }
div.DivClassName
{
background-color: #ADFFB3;
}
.BgClassName
{
background-color: #ADFFB3;
}
</style>
border-color css
<style>
span { border-color: #ADFFB3; }
span { border-color: rgb(173,255,179); }
td.TdClassName
{
border-color: #ADFFB3;
}
.TagClassName
{
border-color: #ADFFB3;
}
</style>