Shades of Sulu #ADFE6D
Tints of Sulu #ADFE6D
RGB
CMYK
RGB Variations
Color information
#ADFE6D (or 0xADFE6D) is known color: Sulu. HEX triplet: AD, FE and 6D. RGB value is (173,254,109). Sum of RGB (Red+Green+Blue) = 173+254+109=536 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.28% from 536); Green value is 254 (99.61% from 255 or 47.39% from 536); Blue value is 109 (42.97% from 255 or 20.34% from 536); Max value from RGB is 254 - color contains mainly: green. Hex color #ADFE6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFE6D is #520192. Grayscale: #D5D5D5. Windows color (decimal): -5374355 or 7208621. OLE color: 7208621.
HSL color Cylindrical-coordinate representation of color #ADFE6D: hue angle of 93.52º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ADFE6D is Cyan = 0.32, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 254 | 109 | - |
| CMYK | 0.32 | 0 | 0.57 | 0.00 |
| HSL | 93.52º | 0.99% | 0.71% | - |
| HSV(B) | 93.52º | 0.57% | 1% | - |
| XYZ | 55.44 | 80.87 | 27.16 | - |
| YUV | 213.25 | 69.16 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 254 | 109 | 0.32 | 0 | 0.57 | 0.00 | 93.52 | 0.99 | 0.71 |
| Hex | AD | FE | 6D | 20 | 0 | 39 | 0 | 5E | 63 | 47 |
| Octal | 255 | 376 | 155 | 40 | 0 | 71 | 0 | 136 | 143 | 107 |
| Binary | 10101101 | 11111110 | 1101101 | 100000 | 0 | 111001 | 0 | 1011110 | 1100011 | 1000111 |
Color Harmonies of #ADFE6D
Complementary color
Monochromatic Colors of #ADFE6D
Black with #ADFE6D
Text Example
Text Example
White with #ADFE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFE6D; }
p { color: rgb(173,254,109); }
H1.HeaderClassName
{
color: #ADFE6D;
}
.AnyTagClassName
{
color: #ADFE6D;
}
</style>
background-color css
<style>
a { background-color: #ADFE6D; }
a { background-color: rgb(173,254,109); }
div.DivClassName
{
background-color: #ADFE6D;
}
.BgClassName
{
background-color: #ADFE6D;
}
</style>
border-color css
<style>
span { border-color: #ADFE6D; }
span { border-color: rgb(173,254,109); }
td.TdClassName
{
border-color: #ADFE6D;
}
.TagClassName
{
border-color: #ADFE6D;
}
</style>