Shades of Sulu #ADF671
Tints of Sulu #ADF671
RGB
CMYK
RGB Variations
Color information
#ADF671 (or 0xADF671) is known color: Sulu. HEX triplet: AD, F6 and 71. RGB value is (173,246,113). Sum of RGB (Red+Green+Blue) = 173+246+113=532 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.52% from 532); Green value is 246 (96.48% from 255 or 46.24% from 532); Blue value is 113 (44.53% from 255 or 21.24% from 532); Max value from RGB is 246 - color contains mainly: green. Hex color #ADF671 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF671 is #52098E. Grayscale: #D1D1D1. Windows color (decimal): -5376399 or 7468717. OLE color: 7468717.
HSL color Cylindrical-coordinate representation of color #ADF671: hue angle of 92.93º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ADF671 is Cyan = 0.30, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 246 | 113 | - |
| CMYK | 0.30 | 0 | 0.54 | 0.04 |
| HSL | 92.93º | 0.88% | 0.7% | - |
| HSV(B) | 92.93º | 0.54% | 0.96% | - |
| XYZ | 53.17 | 75.99 | 27.49 | - |
| YUV | 209.01 | 73.82 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 246 | 113 | 0.30 | 0 | 0.54 | 0.04 | 92.93 | 0.88 | 0.7 |
| Hex | AD | F6 | 71 | 1E | 0 | 36 | 4 | 5D | 58 | 46 |
| Octal | 255 | 366 | 161 | 36 | 0 | 66 | 4 | 135 | 130 | 106 |
| Binary | 10101101 | 11110110 | 1110001 | 11110 | 0 | 110110 | 100 | 1011101 | 1011000 | 1000110 |
Color Harmonies of #ADF671
Complementary color
Monochromatic Colors of #ADF671
Black with #ADF671
Text Example
Text Example
White with #ADF671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF671; }
p { color: rgb(173,246,113); }
H1.HeaderClassName
{
color: #ADF671;
}
.AnyTagClassName
{
color: #ADF671;
}
</style>
background-color css
<style>
a { background-color: #ADF671; }
a { background-color: rgb(173,246,113); }
div.DivClassName
{
background-color: #ADF671;
}
.BgClassName
{
background-color: #ADF671;
}
</style>
border-color css
<style>
span { border-color: #ADF671; }
span { border-color: rgb(173,246,113); }
td.TdClassName
{
border-color: #ADF671;
}
.TagClassName
{
border-color: #ADF671;
}
</style>