Shades of Sulu #ADF86B
Tints of Sulu #ADF86B
RGB
CMYK
RGB Variations
Color information
#ADF86B (or 0xADF86B) is known color: Sulu. HEX triplet: AD, F8 and 6B. RGB value is (173,248,107). Sum of RGB (Red+Green+Blue) = 173+248+107=528 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.77% from 528); Green value is 248 (97.27% from 255 or 46.97% from 528); Blue value is 107 (42.19% from 255 or 20.27% from 528); Max value from RGB is 248 - color contains mainly: green. Hex color #ADF86B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF86B is #520794. Grayscale: #D1D1D1. Windows color (decimal): -5375893 or 7076013. OLE color: 7076013.
HSL color Cylindrical-coordinate representation of color #ADF86B: hue angle of 91.91º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ADF86B is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 248 | 107 | - |
| CMYK | 0.30 | 0 | 0.57 | 0.03 |
| HSL | 91.91º | 0.91% | 0.7% | - |
| HSV(B) | 91.91º | 0.57% | 0.97% | - |
| XYZ | 53.45 | 77.08 | 25.97 | - |
| YUV | 209.5 | 70.15 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 248 | 107 | 0.30 | 0 | 0.57 | 0.03 | 91.91 | 0.91 | 0.7 |
| Hex | AD | F8 | 6B | 1E | 0 | 39 | 3 | 5C | 5B | 46 |
| Octal | 255 | 370 | 153 | 36 | 0 | 71 | 3 | 134 | 133 | 106 |
| Binary | 10101101 | 11111000 | 1101011 | 11110 | 0 | 111001 | 11 | 1011100 | 1011011 | 1000110 |
Color Harmonies of #ADF86B
Complementary color
Monochromatic Colors of #ADF86B
Black with #ADF86B
Text Example
Text Example
White with #ADF86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF86B; }
p { color: rgb(173,248,107); }
H1.HeaderClassName
{
color: #ADF86B;
}
.AnyTagClassName
{
color: #ADF86B;
}
</style>
background-color css
<style>
a { background-color: #ADF86B; }
a { background-color: rgb(173,248,107); }
div.DivClassName
{
background-color: #ADF86B;
}
.BgClassName
{
background-color: #ADF86B;
}
</style>
border-color css
<style>
span { border-color: #ADF86B; }
span { border-color: rgb(173,248,107); }
td.TdClassName
{
border-color: #ADF86B;
}
.TagClassName
{
border-color: #ADF86B;
}
</style>