Shades of Celadon #ADFEB5
Tints of Celadon #ADFEB5
RGB
CMYK
RGB Variations
Color information
#ADFEB5 (or 0xADFEB5) is known color: Celadon. HEX triplet: AD, FE and B5. RGB value is (173,254,181). Sum of RGB (Red+Green+Blue) = 173+254+181=608 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.45% from 608); Green value is 254 (99.61% from 255 or 41.78% from 608); Blue value is 181 (71.09% from 255 or 29.77% from 608); Max value from RGB is 254 - color contains mainly: green. Hex color #ADFEB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFEB5 is #52014A. Grayscale: #DDDDDD. Windows color (decimal): -5374283 or 11927213. OLE color: 11927213.
HSL color Cylindrical-coordinate representation of color #ADFEB5: hue angle of 125.93º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADFEB5 is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
RGB | 173 | 254 | 181 | - |
CMYK | 0.32 | 0 | 0.29 | 0.00 |
HSL | 125.93º | 0.98% | 0.84% | - |
HSV(B) | 125.93º | 0.32% | 1% | - |
XYZ | 61.02 | 83.1 | 56.54 | - |
YUV | 221.46 | 105.16 | 93.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 254 | 181 | 0.32 | 0 | 0.29 | 0.00 | 125.93 | 0.98 | 0.84 |
Hex | AD | FE | B5 | 20 | 0 | 1D | 0 | 7E | 62 | 54 |
Octal | 255 | 376 | 265 | 40 | 0 | 35 | 0 | 176 | 142 | 124 |
Binary | 10101101 | 11111110 | 10110101 | 100000 | 0 | 11101 | 0 | 1111110 | 1100010 | 1010100 |
Color Harmonies of #ADFEB5
Complementary color
Monochromatic Colors of #ADFEB5
Black with #ADFEB5
Text Example
Text Example
White with #ADFEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFEB5; }
p { color: rgb(173,254,181); }
H1.HeaderClassName
{
color: #ADFEB5;
}
.AnyTagClassName
{
color: #ADFEB5;
}
</style>
background-color css
<style>
a { background-color: #ADFEB5; }
a { background-color: rgb(173,254,181); }
div.DivClassName
{
background-color: #ADFEB5;
}
.BgClassName
{
background-color: #ADFEB5;
}
</style>
border-color css
<style>
span { border-color: #ADFEB5; }
span { border-color: rgb(173,254,181); }
td.TdClassName
{
border-color: #ADFEB5;
}
.TagClassName
{
border-color: #ADFEB5;
}
</style>