Shades of Sulu #ADF675
Tints of Sulu #ADF675
RGB
CMYK
RGB Variations
Color information
#ADF675 (or 0xADF675) is known color: Sulu. HEX triplet: AD, F6 and 75. RGB value is (173,246,117). Sum of RGB (Red+Green+Blue) = 173+246+117=536 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.28% from 536); Green value is 246 (96.48% from 255 or 45.90% from 536); Blue value is 117 (46.09% from 255 or 21.83% from 536); Max value from RGB is 246 - color contains mainly: green. Hex color #ADF675 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF675 is #52098A. Grayscale: #D1D1D1. Windows color (decimal): -5376395 or 7730861. OLE color: 7730861.
HSL color Cylindrical-coordinate representation of color #ADF675: hue angle of 93.95º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ADF675 is Cyan = 0.30, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 246 | 117 | - |
| CMYK | 0.30 | 0 | 0.52 | 0.04 |
| HSL | 93.95º | 0.88% | 0.71% | - |
| HSV(B) | 93.95º | 0.52% | 0.96% | - |
| XYZ | 53.4 | 76.08 | 28.7 | - |
| YUV | 209.47 | 75.82 | 101.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 246 | 117 | 0.30 | 0 | 0.52 | 0.04 | 93.95 | 0.88 | 0.71 |
| Hex | AD | F6 | 75 | 1E | 0 | 34 | 4 | 5E | 58 | 47 |
| Octal | 255 | 366 | 165 | 36 | 0 | 64 | 4 | 136 | 130 | 107 |
| Binary | 10101101 | 11110110 | 1110101 | 11110 | 0 | 110100 | 100 | 1011110 | 1011000 | 1000111 |
Color Harmonies of #ADF675
Complementary color
Monochromatic Colors of #ADF675
Black with #ADF675
Text Example
Text Example
White with #ADF675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF675; }
p { color: rgb(173,246,117); }
H1.HeaderClassName
{
color: #ADF675;
}
.AnyTagClassName
{
color: #ADF675;
}
</style>
background-color css
<style>
a { background-color: #ADF675; }
a { background-color: rgb(173,246,117); }
div.DivClassName
{
background-color: #ADF675;
}
.BgClassName
{
background-color: #ADF675;
}
</style>
border-color css
<style>
span { border-color: #ADF675; }
span { border-color: rgb(173,246,117); }
td.TdClassName
{
border-color: #ADF675;
}
.TagClassName
{
border-color: #ADF675;
}
</style>