Shades of Sulu #ADFF79
Tints of Sulu #ADFF79
RGB
CMYK
RGB Variations
Color information
#ADFF79 (or 0xADFF79) is known color: Sulu. HEX triplet: AD, FF and 79. RGB value is (173,255,121). Sum of RGB (Red+Green+Blue) = 173+255+121=549 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.51% from 549); Green value is 255 (100% from 255 or 46.45% from 549); Blue value is 121 (47.66% from 255 or 22.04% from 549); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFF79 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFF79 is #520086. Grayscale: #D7D7D7. Windows color (decimal): -5374087 or 7995309. OLE color: 7995309.
HSL color Cylindrical-coordinate representation of color #ADFF79: hue angle of 96.72º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ADFF79 is Cyan = 0.32, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 255 | 121 | - |
| CMYK | 0.32 | 0 | 0.53 | 0 |
| HSL | 96.72º | 1% | 0.74% | - |
| HSV(B) | 96.72º | 0.53% | 1% | - |
| XYZ | 56.44 | 81.78 | 30.9 | - |
| YUV | 215.21 | 74.83 | 97.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 255 | 121 | 0.32 | 0 | 0.53 | 0 | 96.72 | 1 | 0.74 |
| Hex | AD | FF | 79 | 20 | 0 | 35 | 0 | 61 | 64 | 4A |
| Octal | 255 | 377 | 171 | 40 | 0 | 65 | 0 | 141 | 144 | 112 |
| Binary | 10101101 | 11111111 | 1111001 | 100000 | 0 | 110101 | 0 | 1100001 | 1100100 | 1001010 |
Color Harmonies of #ADFF79
Complementary color
Monochromatic Colors of #ADFF79
Black with #ADFF79
Text Example
Text Example
White with #ADFF79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFF79; }
p { color: rgb(173,255,121); }
H1.HeaderClassName
{
color: #ADFF79;
}
.AnyTagClassName
{
color: #ADFF79;
}
</style>
background-color css
<style>
a { background-color: #ADFF79; }
a { background-color: rgb(173,255,121); }
div.DivClassName
{
background-color: #ADFF79;
}
.BgClassName
{
background-color: #ADFF79;
}
</style>
border-color css
<style>
span { border-color: #ADFF79; }
span { border-color: rgb(173,255,121); }
td.TdClassName
{
border-color: #ADFF79;
}
.TagClassName
{
border-color: #ADFF79;
}
</style>