Shades of Sulu #ADFD77
Tints of Sulu #ADFD77
RGB
CMYK
RGB Variations
Color information
#ADFD77 (or 0xADFD77) is known color: Sulu. HEX triplet: AD, FD and 77. RGB value is (173,253,119). Sum of RGB (Red+Green+Blue) = 173+253+119=545 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.74% from 545); Green value is 253 (99.22% from 255 or 46.42% from 545); Blue value is 119 (46.88% from 255 or 21.83% from 545); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFD77 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFD77 is #520288. Grayscale: #D6D6D6. Windows color (decimal): -5374601 or 7863725. OLE color: 7863725.
HSL color Cylindrical-coordinate representation of color #ADFD77: hue angle of 95.82º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ADFD77 is Cyan = 0.32, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 253 | 119 | - |
| CMYK | 0.32 | 0 | 0.53 | 0.01 |
| HSL | 95.82º | 0.97% | 0.73% | - |
| HSV(B) | 95.82º | 0.53% | 0.99% | - |
| XYZ | 55.69 | 80.47 | 30.05 | - |
| YUV | 213.8 | 74.5 | 98.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 253 | 119 | 0.32 | 0 | 0.53 | 0.01 | 95.82 | 0.97 | 0.73 |
| Hex | AD | FD | 77 | 20 | 0 | 35 | 1 | 60 | 61 | 49 |
| Octal | 255 | 375 | 167 | 40 | 0 | 65 | 1 | 140 | 141 | 111 |
| Binary | 10101101 | 11111101 | 1110111 | 100000 | 0 | 110101 | 1 | 1100000 | 1100001 | 1001001 |
Color Harmonies of #ADFD77
Complementary color
Monochromatic Colors of #ADFD77
Black with #ADFD77
Text Example
Text Example
White with #ADFD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFD77; }
p { color: rgb(173,253,119); }
H1.HeaderClassName
{
color: #ADFD77;
}
.AnyTagClassName
{
color: #ADFD77;
}
</style>
background-color css
<style>
a { background-color: #ADFD77; }
a { background-color: rgb(173,253,119); }
div.DivClassName
{
background-color: #ADFD77;
}
.BgClassName
{
background-color: #ADFD77;
}
</style>
border-color css
<style>
span { border-color: #ADFD77; }
span { border-color: rgb(173,253,119); }
td.TdClassName
{
border-color: #ADFD77;
}
.TagClassName
{
border-color: #ADFD77;
}
</style>