Shades of Sulu #ADF86C
Tints of Sulu #ADF86C
RGB
CMYK
RGB Variations
Color information
#ADF86C (or 0xADF86C) is known color: Sulu. HEX triplet: AD, F8 and 6C. RGB value is (173,248,108). Sum of RGB (Red+Green+Blue) = 173+248+108=529 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.70% from 529); Green value is 248 (97.27% from 255 or 46.88% from 529); Blue value is 108 (42.58% from 255 or 20.42% from 529); Max value from RGB is 248 - color contains mainly: green. Hex color #ADF86C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF86C is #520793. Grayscale: #D2D2D2. Windows color (decimal): -5375892 or 7141549. OLE color: 7141549.
HSL color Cylindrical-coordinate representation of color #ADF86C: hue angle of 92.14º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ADF86C is Cyan = 0.30, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 248 | 108 | - |
| CMYK | 0.30 | 0 | 0.56 | 0.03 |
| HSL | 92.14º | 0.91% | 0.7% | - |
| HSV(B) | 92.14º | 0.56% | 0.97% | - |
| XYZ | 53.51 | 77.1 | 26.25 | - |
| YUV | 209.62 | 70.65 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 248 | 108 | 0.30 | 0 | 0.56 | 0.03 | 92.14 | 0.91 | 0.7 |
| Hex | AD | F8 | 6C | 1E | 0 | 38 | 3 | 5C | 5B | 46 |
| Octal | 255 | 370 | 154 | 36 | 0 | 70 | 3 | 134 | 133 | 106 |
| Binary | 10101101 | 11111000 | 1101100 | 11110 | 0 | 111000 | 11 | 1011100 | 1011011 | 1000110 |
Color Harmonies of #ADF86C
Complementary color
Monochromatic Colors of #ADF86C
Black with #ADF86C
Text Example
Text Example
White with #ADF86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF86C; }
p { color: rgb(173,248,108); }
H1.HeaderClassName
{
color: #ADF86C;
}
.AnyTagClassName
{
color: #ADF86C;
}
</style>
background-color css
<style>
a { background-color: #ADF86C; }
a { background-color: rgb(173,248,108); }
div.DivClassName
{
background-color: #ADF86C;
}
.BgClassName
{
background-color: #ADF86C;
}
</style>
border-color css
<style>
span { border-color: #ADF86C; }
span { border-color: rgb(173,248,108); }
td.TdClassName
{
border-color: #ADF86C;
}
.TagClassName
{
border-color: #ADF86C;
}
</style>