Shades of Sulu #ADFC6E
Tints of Sulu #ADFC6E
RGB
CMYK
RGB Variations
Color information
#ADFC6E (or 0xADFC6E) is known color: Sulu. HEX triplet: AD, FC and 6E. RGB value is (173,252,110). Sum of RGB (Red+Green+Blue) = 173+252+110=535 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.34% from 535); Green value is 252 (98.83% from 255 or 47.10% from 535); Blue value is 110 (43.36% from 255 or 20.56% from 535); Max value from RGB is 252 - color contains mainly: green. Hex color #ADFC6E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFC6E is #520391. Grayscale: #D4D4D4. Windows color (decimal): -5374866 or 7273645. OLE color: 7273645.
HSL color Cylindrical-coordinate representation of color #ADFC6E: hue angle of 93.38º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ADFC6E is Cyan = 0.31, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 252 | 110 | - |
| CMYK | 0.31 | 0 | 0.56 | 0.01 |
| HSL | 93.38º | 0.96% | 0.71% | - |
| HSV(B) | 93.38º | 0.56% | 0.99% | - |
| XYZ | 54.86 | 79.63 | 27.23 | - |
| YUV | 212.19 | 70.33 | 100.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 252 | 110 | 0.31 | 0 | 0.56 | 0.01 | 93.38 | 0.96 | 0.71 |
| Hex | AD | FC | 6E | 1F | 0 | 38 | 1 | 5D | 60 | 47 |
| Octal | 255 | 374 | 156 | 37 | 0 | 70 | 1 | 135 | 140 | 107 |
| Binary | 10101101 | 11111100 | 1101110 | 11111 | 0 | 111000 | 1 | 1011101 | 1100000 | 1000111 |
Color Harmonies of #ADFC6E
Complementary color
Monochromatic Colors of #ADFC6E
Black with #ADFC6E
Text Example
Text Example
White with #ADFC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFC6E; }
p { color: rgb(173,252,110); }
H1.HeaderClassName
{
color: #ADFC6E;
}
.AnyTagClassName
{
color: #ADFC6E;
}
</style>
background-color css
<style>
a { background-color: #ADFC6E; }
a { background-color: rgb(173,252,110); }
div.DivClassName
{
background-color: #ADFC6E;
}
.BgClassName
{
background-color: #ADFC6E;
}
</style>
border-color css
<style>
span { border-color: #ADFC6E; }
span { border-color: rgb(173,252,110); }
td.TdClassName
{
border-color: #ADFC6E;
}
.TagClassName
{
border-color: #ADFC6E;
}
</style>