Shades of Sulu #ADF873
Tints of Sulu #ADF873
RGB
CMYK
RGB Variations
Color information
#ADF873 (or 0xADF873) is known color: Sulu. HEX triplet: AD, F8 and 73. RGB value is (173,248,115). Sum of RGB (Red+Green+Blue) = 173+248+115=536 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.28% from 536); Green value is 248 (97.27% from 255 or 46.27% from 536); Blue value is 115 (45.31% from 255 or 21.46% from 536); Max value from RGB is 248 - color contains mainly: green. Hex color #ADF873 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF873 is #52078C. Grayscale: #D2D2D2. Windows color (decimal): -5375885 or 7600301. OLE color: 7600301.
HSL color Cylindrical-coordinate representation of color #ADF873: hue angle of 93.83º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ADF873 is Cyan = 0.30, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 248 | 115 | - |
| CMYK | 0.30 | 0 | 0.54 | 0.03 |
| HSL | 93.83º | 0.9% | 0.71% | - |
| HSV(B) | 93.83º | 0.54% | 0.97% | - |
| XYZ | 53.9 | 77.26 | 28.29 | - |
| YUV | 210.41 | 74.15 | 101.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 248 | 115 | 0.30 | 0 | 0.54 | 0.03 | 93.83 | 0.9 | 0.71 |
| Hex | AD | F8 | 73 | 1E | 0 | 36 | 3 | 5E | 5A | 47 |
| Octal | 255 | 370 | 163 | 36 | 0 | 66 | 3 | 136 | 132 | 107 |
| Binary | 10101101 | 11111000 | 1110011 | 11110 | 0 | 110110 | 11 | 1011110 | 1011010 | 1000111 |
Color Harmonies of #ADF873
Complementary color
Monochromatic Colors of #ADF873
Black with #ADF873
Text Example
Text Example
White with #ADF873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF873; }
p { color: rgb(173,248,115); }
H1.HeaderClassName
{
color: #ADF873;
}
.AnyTagClassName
{
color: #ADF873;
}
</style>
background-color css
<style>
a { background-color: #ADF873; }
a { background-color: rgb(173,248,115); }
div.DivClassName
{
background-color: #ADF873;
}
.BgClassName
{
background-color: #ADF873;
}
</style>
border-color css
<style>
span { border-color: #ADF873; }
span { border-color: rgb(173,248,115); }
td.TdClassName
{
border-color: #ADF873;
}
.TagClassName
{
border-color: #ADF873;
}
</style>