Shades of Sulu #ADF674
Tints of Sulu #ADF674
RGB
CMYK
RGB Variations
Color information
#ADF674 (or 0xADF674) is known color: Sulu. HEX triplet: AD, F6 and 74. RGB value is (173,246,116). Sum of RGB (Red+Green+Blue) = 173+246+116=535 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.34% from 535); Green value is 246 (96.48% from 255 or 45.98% from 535); Blue value is 116 (45.70% from 255 or 21.68% from 535); Max value from RGB is 246 - color contains mainly: green. Hex color #ADF674 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF674 is #52098B. Grayscale: #D1D1D1. Windows color (decimal): -5376396 or 7665325. OLE color: 7665325.
HSL color Cylindrical-coordinate representation of color #ADF674: hue angle of 93.69º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ADF674 is Cyan = 0.30, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 246 | 116 | - |
| CMYK | 0.30 | 0 | 0.53 | 0.04 |
| HSL | 93.69º | 0.88% | 0.71% | - |
| HSV(B) | 93.69º | 0.53% | 0.96% | - |
| XYZ | 53.34 | 76.06 | 28.39 | - |
| YUV | 209.35 | 75.32 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 246 | 116 | 0.30 | 0 | 0.53 | 0.04 | 93.69 | 0.88 | 0.71 |
| Hex | AD | F6 | 74 | 1E | 0 | 35 | 4 | 5E | 58 | 47 |
| Octal | 255 | 366 | 164 | 36 | 0 | 65 | 4 | 136 | 130 | 107 |
| Binary | 10101101 | 11110110 | 1110100 | 11110 | 0 | 110101 | 100 | 1011110 | 1011000 | 1000111 |
Color Harmonies of #ADF674
Complementary color
Monochromatic Colors of #ADF674
Black with #ADF674
Text Example
Text Example
White with #ADF674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF674; }
p { color: rgb(173,246,116); }
H1.HeaderClassName
{
color: #ADF674;
}
.AnyTagClassName
{
color: #ADF674;
}
</style>
background-color css
<style>
a { background-color: #ADF674; }
a { background-color: rgb(173,246,116); }
div.DivClassName
{
background-color: #ADF674;
}
.BgClassName
{
background-color: #ADF674;
}
</style>
border-color css
<style>
span { border-color: #ADF674; }
span { border-color: rgb(173,246,116); }
td.TdClassName
{
border-color: #ADF674;
}
.TagClassName
{
border-color: #ADF674;
}
</style>