Shades of Sulu #ADF76F
Tints of Sulu #ADF76F
RGB
CMYK
RGB Variations
Color information
#ADF76F (or 0xADF76F) is known color: Sulu. HEX triplet: AD, F7 and 6F. RGB value is (173,247,111). Sum of RGB (Red+Green+Blue) = 173+247+111=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 247 (96.88% from 255 or 46.52% from 531); Blue value is 111 (43.75% from 255 or 20.90% from 531); Max value from RGB is 247 - color contains mainly: green. Hex color #ADF76F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF76F is #520890. Grayscale: #D1D1D1. Windows color (decimal): -5376145 or 7337901. OLE color: 7337901.
HSL color Cylindrical-coordinate representation of color #ADF76F: hue angle of 92.65º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ADF76F is Cyan = 0.30, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 247 | 111 | - |
| CMYK | 0.30 | 0 | 0.55 | 0.03 |
| HSL | 92.65º | 0.89% | 0.7% | - |
| HSV(B) | 92.65º | 0.55% | 0.97% | - |
| XYZ | 53.36 | 76.55 | 27 | - |
| YUV | 209.37 | 72.48 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 247 | 111 | 0.30 | 0 | 0.55 | 0.03 | 92.65 | 0.89 | 0.7 |
| Hex | AD | F7 | 6F | 1E | 0 | 37 | 3 | 5D | 59 | 46 |
| Octal | 255 | 367 | 157 | 36 | 0 | 67 | 3 | 135 | 131 | 106 |
| Binary | 10101101 | 11110111 | 1101111 | 11110 | 0 | 110111 | 11 | 1011101 | 1011001 | 1000110 |
Color Harmonies of #ADF76F
Complementary color
Monochromatic Colors of #ADF76F
Black with #ADF76F
Text Example
Text Example
White with #ADF76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF76F; }
p { color: rgb(173,247,111); }
H1.HeaderClassName
{
color: #ADF76F;
}
.AnyTagClassName
{
color: #ADF76F;
}
</style>
background-color css
<style>
a { background-color: #ADF76F; }
a { background-color: rgb(173,247,111); }
div.DivClassName
{
background-color: #ADF76F;
}
.BgClassName
{
background-color: #ADF76F;
}
</style>
border-color css
<style>
span { border-color: #ADF76F; }
span { border-color: rgb(173,247,111); }
td.TdClassName
{
border-color: #ADF76F;
}
.TagClassName
{
border-color: #ADF76F;
}
</style>