Shades of Sulu #ADFF75
Tints of Sulu #ADFF75
RGB
CMYK
RGB Variations
Color information
#ADFF75 (or 0xADFF75) is known color: Sulu. HEX triplet: AD, FF and 75. RGB value is (173,255,117). Sum of RGB (Red+Green+Blue) = 173+255+117=545 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.74% from 545); Green value is 255 (100% from 255 or 46.79% from 545); Blue value is 117 (46.09% from 255 or 21.47% from 545); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFF75 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFF75 is #52008A. Grayscale: #D7D7D7. Windows color (decimal): -5374091 or 7733165. OLE color: 7733165.
HSL color Cylindrical-coordinate representation of color #ADFF75: hue angle of 95.65º 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 #ADFF75 is Cyan = 0.32, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 255 | 117 | - |
| CMYK | 0.32 | 0 | 0.54 | 0 |
| HSL | 95.65º | 1% | 0.73% | - |
| HSV(B) | 95.65º | 0.54% | 1% | - |
| XYZ | 56.2 | 81.69 | 29.63 | - |
| YUV | 214.75 | 72.83 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 255 | 117 | 0.32 | 0 | 0.54 | 0 | 95.65 | 1 | 0.73 |
| Hex | AD | FF | 75 | 20 | 0 | 36 | 0 | 60 | 64 | 49 |
| Octal | 255 | 377 | 165 | 40 | 0 | 66 | 0 | 140 | 144 | 111 |
| Binary | 10101101 | 11111111 | 1110101 | 100000 | 0 | 110110 | 0 | 1100000 | 1100100 | 1001001 |
Color Harmonies of #ADFF75
Complementary color
Monochromatic Colors of #ADFF75
Black with #ADFF75
Text Example
Text Example
White with #ADFF75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFF75; }
p { color: rgb(173,255,117); }
H1.HeaderClassName
{
color: #ADFF75;
}
.AnyTagClassName
{
color: #ADFF75;
}
</style>
background-color css
<style>
a { background-color: #ADFF75; }
a { background-color: rgb(173,255,117); }
div.DivClassName
{
background-color: #ADFF75;
}
.BgClassName
{
background-color: #ADFF75;
}
</style>
border-color css
<style>
span { border-color: #ADFF75; }
span { border-color: rgb(173,255,117); }
td.TdClassName
{
border-color: #ADFF75;
}
.TagClassName
{
border-color: #ADFF75;
}
</style>