Shades of Sulu #ADFD6D
Tints of Sulu #ADFD6D
RGB
CMYK
RGB Variations
Color information
#ADFD6D (or 0xADFD6D) is known color: Sulu. HEX triplet: AD, FD and 6D. RGB value is (173,253,109). Sum of RGB (Red+Green+Blue) = 173+253+109=535 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.34% from 535); Green value is 253 (99.22% from 255 or 47.29% from 535); Blue value is 109 (42.97% from 255 or 20.37% from 535); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFD6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFD6D is #520292. Grayscale: #D5D5D5. Windows color (decimal): -5374611 or 7208365. OLE color: 7208365.
HSL color Cylindrical-coordinate representation of color #ADFD6D: hue angle of 93.33º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ADFD6D is Cyan = 0.32, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 253 | 109 | - |
| CMYK | 0.32 | 0 | 0.57 | 0.01 |
| HSL | 93.33º | 0.97% | 0.71% | - |
| HSV(B) | 93.33º | 0.57% | 0.99% | - |
| XYZ | 55.12 | 80.24 | 27.05 | - |
| YUV | 212.66 | 69.5 | 99.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 253 | 109 | 0.32 | 0 | 0.57 | 0.01 | 93.33 | 0.97 | 0.71 |
| Hex | AD | FD | 6D | 20 | 0 | 39 | 1 | 5D | 61 | 47 |
| Octal | 255 | 375 | 155 | 40 | 0 | 71 | 1 | 135 | 141 | 107 |
| Binary | 10101101 | 11111101 | 1101101 | 100000 | 0 | 111001 | 1 | 1011101 | 1100001 | 1000111 |
Color Harmonies of #ADFD6D
Complementary color
Monochromatic Colors of #ADFD6D
Black with #ADFD6D
Text Example
Text Example
White with #ADFD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFD6D; }
p { color: rgb(173,253,109); }
H1.HeaderClassName
{
color: #ADFD6D;
}
.AnyTagClassName
{
color: #ADFD6D;
}
</style>
background-color css
<style>
a { background-color: #ADFD6D; }
a { background-color: rgb(173,253,109); }
div.DivClassName
{
background-color: #ADFD6D;
}
.BgClassName
{
background-color: #ADFD6D;
}
</style>
border-color css
<style>
span { border-color: #ADFD6D; }
span { border-color: rgb(173,253,109); }
td.TdClassName
{
border-color: #ADFD6D;
}
.TagClassName
{
border-color: #ADFD6D;
}
</style>