Shades of Sulu #ADFF7D
Tints of Sulu #ADFF7D
RGB
CMYK
RGB Variations
Color information
#ADFF7D (or 0xADFF7D) is known color: Sulu. HEX triplet: AD, FF and 7D. RGB value is (173,255,125). Sum of RGB (Red+Green+Blue) = 173+255+125=553 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.28% from 553); Green value is 255 (100% from 255 or 46.11% from 553); Blue value is 125 (49.22% from 255 or 22.60% from 553); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFF7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFF7D is #520082. Grayscale: #D8D8D8. Windows color (decimal): -5374083 or 8257453. OLE color: 8257453.
HSL color Cylindrical-coordinate representation of color #ADFF7D: hue angle of 97.85º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ADFF7D is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 255 | 125 | - |
| CMYK | 0.32 | 0 | 0.51 | 0 |
| HSL | 97.85º | 1% | 0.75% | - |
| HSV(B) | 97.85º | 0.51% | 1% | - |
| XYZ | 56.7 | 81.88 | 32.22 | - |
| YUV | 215.66 | 76.83 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 255 | 125 | 0.32 | 0 | 0.51 | 0 | 97.85 | 1 | 0.75 |
| Hex | AD | FF | 7D | 20 | 0 | 33 | 0 | 62 | 64 | 4B |
| Octal | 255 | 377 | 175 | 40 | 0 | 63 | 0 | 142 | 144 | 113 |
| Binary | 10101101 | 11111111 | 1111101 | 100000 | 0 | 110011 | 0 | 1100010 | 1100100 | 1001011 |
Color Harmonies of #ADFF7D
Complementary color
Monochromatic Colors of #ADFF7D
Black with #ADFF7D
Text Example
Text Example
White with #ADFF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFF7D; }
p { color: rgb(173,255,125); }
H1.HeaderClassName
{
color: #ADFF7D;
}
.AnyTagClassName
{
color: #ADFF7D;
}
</style>
background-color css
<style>
a { background-color: #ADFF7D; }
a { background-color: rgb(173,255,125); }
div.DivClassName
{
background-color: #ADFF7D;
}
.BgClassName
{
background-color: #ADFF7D;
}
</style>
border-color css
<style>
span { border-color: #ADFF7D; }
span { border-color: rgb(173,255,125); }
td.TdClassName
{
border-color: #ADFF7D;
}
.TagClassName
{
border-color: #ADFF7D;
}
</style>