Shades of Sulu #ADF86D
Tints of Sulu #ADF86D
RGB
CMYK
RGB Variations
Color information
#ADF86D (or 0xADF86D) is known color: Sulu. HEX triplet: AD, F8 and 6D. RGB value is (173,248,109). Sum of RGB (Red+Green+Blue) = 173+248+109=530 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.64% from 530); Green value is 248 (97.27% from 255 or 46.79% from 530); Blue value is 109 (42.97% from 255 or 20.57% from 530); Max value from RGB is 248 - color contains mainly: green. Hex color #ADF86D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF86D is #520792. Grayscale: #D2D2D2. Windows color (decimal): -5375891 or 7207085. OLE color: 7207085.
HSL color Cylindrical-coordinate representation of color #ADF86D: hue angle of 92.37º 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 #ADF86D is Cyan = 0.30, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 248 | 109 | - |
| CMYK | 0.30 | 0 | 0.56 | 0.03 |
| HSL | 92.37º | 0.91% | 0.7% | - |
| HSV(B) | 92.37º | 0.56% | 0.97% | - |
| XYZ | 53.56 | 77.12 | 26.53 | - |
| YUV | 209.73 | 71.15 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 248 | 109 | 0.30 | 0 | 0.56 | 0.03 | 92.37 | 0.91 | 0.7 |
| Hex | AD | F8 | 6D | 1E | 0 | 38 | 3 | 5C | 5B | 46 |
| Octal | 255 | 370 | 155 | 36 | 0 | 70 | 3 | 134 | 133 | 106 |
| Binary | 10101101 | 11111000 | 1101101 | 11110 | 0 | 111000 | 11 | 1011100 | 1011011 | 1000110 |
Color Harmonies of #ADF86D
Complementary color
Monochromatic Colors of #ADF86D
Black with #ADF86D
Text Example
Text Example
White with #ADF86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF86D; }
p { color: rgb(173,248,109); }
H1.HeaderClassName
{
color: #ADF86D;
}
.AnyTagClassName
{
color: #ADF86D;
}
</style>
background-color css
<style>
a { background-color: #ADF86D; }
a { background-color: rgb(173,248,109); }
div.DivClassName
{
background-color: #ADF86D;
}
.BgClassName
{
background-color: #ADF86D;
}
</style>
border-color css
<style>
span { border-color: #ADF86D; }
span { border-color: rgb(173,248,109); }
td.TdClassName
{
border-color: #ADF86D;
}
.TagClassName
{
border-color: #ADF86D;
}
</style>