Shades of Sulu #ADFF76
Tints of Sulu #ADFF76
RGB
CMYK
RGB Variations
Color information
#ADFF76 (or 0xADFF76) is known color: Sulu. HEX triplet: AD, FF and 76. RGB value is (173,255,118). Sum of RGB (Red+Green+Blue) = 173+255+118=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 255 (100% from 255 or 46.70% from 546); Blue value is 118 (46.48% from 255 or 21.61% from 546); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFF76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFF76 is #520089. Grayscale: #D7D7D7. Windows color (decimal): -5374090 or 7798701. OLE color: 7798701.
HSL color Cylindrical-coordinate representation of color #ADFF76: hue angle of 95.91º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ADFF76 is Cyan = 0.32, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 255 | 118 | - |
| CMYK | 0.32 | 0 | 0.54 | 0 |
| HSL | 95.91º | 1% | 0.73% | - |
| HSV(B) | 95.91º | 0.54% | 1% | - |
| XYZ | 56.26 | 81.71 | 29.95 | - |
| YUV | 214.86 | 73.33 | 98.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 255 | 118 | 0.32 | 0 | 0.54 | 0 | 95.91 | 1 | 0.73 |
| Hex | AD | FF | 76 | 20 | 0 | 36 | 0 | 60 | 64 | 49 |
| Octal | 255 | 377 | 166 | 40 | 0 | 66 | 0 | 140 | 144 | 111 |
| Binary | 10101101 | 11111111 | 1110110 | 100000 | 0 | 110110 | 0 | 1100000 | 1100100 | 1001001 |
Color Harmonies of #ADFF76
Complementary color
Monochromatic Colors of #ADFF76
Black with #ADFF76
Text Example
Text Example
White with #ADFF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFF76; }
p { color: rgb(173,255,118); }
H1.HeaderClassName
{
color: #ADFF76;
}
.AnyTagClassName
{
color: #ADFF76;
}
</style>
background-color css
<style>
a { background-color: #ADFF76; }
a { background-color: rgb(173,255,118); }
div.DivClassName
{
background-color: #ADFF76;
}
.BgClassName
{
background-color: #ADFF76;
}
</style>
border-color css
<style>
span { border-color: #ADFF76; }
span { border-color: rgb(173,255,118); }
td.TdClassName
{
border-color: #ADFF76;
}
.TagClassName
{
border-color: #ADFF76;
}
</style>