Shades of Sulu #ADFF6D
Tints of Sulu #ADFF6D
RGB
CMYK
RGB Variations
Color information
#ADFF6D (or 0xADFF6D) is known color: Sulu. HEX triplet: AD, FF and 6D. RGB value is (173,255,109). Sum of RGB (Red+Green+Blue) = 173+255+109=537 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.22% from 537); Green value is 255 (100% from 255 or 47.49% from 537); Blue value is 109 (42.97% from 255 or 20.30% from 537); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFF6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFF6D is #520092. Grayscale: #D6D6D6. Windows color (decimal): -5374099 or 7208877. OLE color: 7208877.
HSL color Cylindrical-coordinate representation of color #ADFF6D: hue angle of 93.7º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ADFF6D is Cyan = 0.32, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 255 | 109 | - |
| CMYK | 0.32 | 0 | 0.57 | 0 |
| HSL | 93.7º | 1% | 0.71% | - |
| HSV(B) | 93.7º | 0.57% | 1% | - |
| XYZ | 55.75 | 81.51 | 27.26 | - |
| YUV | 213.84 | 68.83 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 255 | 109 | 0.32 | 0 | 0.57 | 0 | 93.7 | 1 | 0.71 |
| Hex | AD | FF | 6D | 20 | 0 | 39 | 0 | 5E | 64 | 47 |
| Octal | 255 | 377 | 155 | 40 | 0 | 71 | 0 | 136 | 144 | 107 |
| Binary | 10101101 | 11111111 | 1101101 | 100000 | 0 | 111001 | 0 | 1011110 | 1100100 | 1000111 |
Color Harmonies of #ADFF6D
Complementary color
Monochromatic Colors of #ADFF6D
Black with #ADFF6D
Text Example
Text Example
White with #ADFF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFF6D; }
p { color: rgb(173,255,109); }
H1.HeaderClassName
{
color: #ADFF6D;
}
.AnyTagClassName
{
color: #ADFF6D;
}
</style>
background-color css
<style>
a { background-color: #ADFF6D; }
a { background-color: rgb(173,255,109); }
div.DivClassName
{
background-color: #ADFF6D;
}
.BgClassName
{
background-color: #ADFF6D;
}
</style>
border-color css
<style>
span { border-color: #ADFF6D; }
span { border-color: rgb(173,255,109); }
td.TdClassName
{
border-color: #ADFF6D;
}
.TagClassName
{
border-color: #ADFF6D;
}
</style>