Shades of Sulu #ADFD76
Tints of Sulu #ADFD76
RGB
CMYK
RGB Variations
Color information
#ADFD76 (or 0xADFD76) is known color: Sulu. HEX triplet: AD, FD and 76. RGB value is (173,253,118). Sum of RGB (Red+Green+Blue) = 173+253+118=544 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.80% from 544); Green value is 253 (99.22% from 255 or 46.51% from 544); Blue value is 118 (46.48% from 255 or 21.69% from 544); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFD76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFD76 is #520289. Grayscale: #D6D6D6. Windows color (decimal): -5374602 or 7798189. OLE color: 7798189.
HSL color Cylindrical-coordinate representation of color #ADFD76: hue angle of 95.56º 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 #ADFD76 is Cyan = 0.32, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 253 | 118 | - |
| CMYK | 0.32 | 0 | 0.53 | 0.01 |
| HSL | 95.56º | 0.97% | 0.73% | - |
| HSV(B) | 95.56º | 0.53% | 0.99% | - |
| XYZ | 55.63 | 80.44 | 29.73 | - |
| YUV | 213.69 | 74 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 253 | 118 | 0.32 | 0 | 0.53 | 0.01 | 95.56 | 0.97 | 0.73 |
| Hex | AD | FD | 76 | 20 | 0 | 35 | 1 | 60 | 61 | 49 |
| Octal | 255 | 375 | 166 | 40 | 0 | 65 | 1 | 140 | 141 | 111 |
| Binary | 10101101 | 11111101 | 1110110 | 100000 | 0 | 110101 | 1 | 1100000 | 1100001 | 1001001 |
Color Harmonies of #ADFD76
Complementary color
Monochromatic Colors of #ADFD76
Black with #ADFD76
Text Example
Text Example
White with #ADFD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFD76; }
p { color: rgb(173,253,118); }
H1.HeaderClassName
{
color: #ADFD76;
}
.AnyTagClassName
{
color: #ADFD76;
}
</style>
background-color css
<style>
a { background-color: #ADFD76; }
a { background-color: rgb(173,253,118); }
div.DivClassName
{
background-color: #ADFD76;
}
.BgClassName
{
background-color: #ADFD76;
}
</style>
border-color css
<style>
span { border-color: #ADFD76; }
span { border-color: rgb(173,253,118); }
td.TdClassName
{
border-color: #ADFD76;
}
.TagClassName
{
border-color: #ADFD76;
}
</style>