Shades of Sulu #ADFF6F
Tints of Sulu #ADFF6F
RGB
CMYK
RGB Variations
Color information
#ADFF6F (or 0xADFF6F) is known color: Sulu. HEX triplet: AD, FF and 6F. RGB value is (173,255,111). Sum of RGB (Red+Green+Blue) = 173+255+111=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 255 (100% from 255 or 47.31% from 539); Blue value is 111 (43.75% from 255 or 20.59% from 539); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFF6F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFF6F is #520090. Grayscale: #D6D6D6. Windows color (decimal): -5374097 or 7339949. OLE color: 7339949.
HSL color Cylindrical-coordinate representation of color #ADFF6F: hue angle of 94.17º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ADFF6F is Cyan = 0.32, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 255 | 111 | - |
| CMYK | 0.32 | 0 | 0.56 | 0 |
| HSL | 94.17º | 1% | 0.72% | - |
| HSV(B) | 94.17º | 0.56% | 1% | - |
| XYZ | 55.86 | 81.55 | 27.84 | - |
| YUV | 214.07 | 69.83 | 98.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 255 | 111 | 0.32 | 0 | 0.56 | 0 | 94.17 | 1 | 0.72 |
| Hex | AD | FF | 6F | 20 | 0 | 38 | 0 | 5E | 64 | 48 |
| Octal | 255 | 377 | 157 | 40 | 0 | 70 | 0 | 136 | 144 | 110 |
| Binary | 10101101 | 11111111 | 1101111 | 100000 | 0 | 111000 | 0 | 1011110 | 1100100 | 1001000 |
Color Harmonies of #ADFF6F
Complementary color
Monochromatic Colors of #ADFF6F
Black with #ADFF6F
Text Example
Text Example
White with #ADFF6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFF6F; }
p { color: rgb(173,255,111); }
H1.HeaderClassName
{
color: #ADFF6F;
}
.AnyTagClassName
{
color: #ADFF6F;
}
</style>
background-color css
<style>
a { background-color: #ADFF6F; }
a { background-color: rgb(173,255,111); }
div.DivClassName
{
background-color: #ADFF6F;
}
.BgClassName
{
background-color: #ADFF6F;
}
</style>
border-color css
<style>
span { border-color: #ADFF6F; }
span { border-color: rgb(173,255,111); }
td.TdClassName
{
border-color: #ADFF6F;
}
.TagClassName
{
border-color: #ADFF6F;
}
</style>