Shades of Sulu #ADF76B
Tints of Sulu #ADF76B
RGB
CMYK
RGB Variations
Color information
#ADF76B (or 0xADF76B) is known color: Sulu. HEX triplet: AD, F7 and 6B. RGB value is (173,247,107). Sum of RGB (Red+Green+Blue) = 173+247+107=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 247 (96.88% from 255 or 46.87% from 527); Blue value is 107 (42.19% from 255 or 20.30% from 527); Max value from RGB is 247 - color contains mainly: green. Hex color #ADF76B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF76B is #520894. Grayscale: #D1D1D1. Windows color (decimal): -5376149 or 7075757. OLE color: 7075757.
HSL color Cylindrical-coordinate representation of color #ADF76B: hue angle of 91.71º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ADF76B is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 247 | 107 | - |
| CMYK | 0.30 | 0 | 0.57 | 0.03 |
| HSL | 91.71º | 0.9% | 0.69% | - |
| HSV(B) | 91.71º | 0.57% | 0.97% | - |
| XYZ | 53.15 | 76.47 | 25.87 | - |
| YUV | 208.91 | 70.48 | 102.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 247 | 107 | 0.30 | 0 | 0.57 | 0.03 | 91.71 | 0.9 | 0.69 |
| Hex | AD | F7 | 6B | 1E | 0 | 39 | 3 | 5C | 5A | 45 |
| Octal | 255 | 367 | 153 | 36 | 0 | 71 | 3 | 134 | 132 | 105 |
| Binary | 10101101 | 11110111 | 1101011 | 11110 | 0 | 111001 | 11 | 1011100 | 1011010 | 1000101 |
Color Harmonies of #ADF76B
Complementary color
Monochromatic Colors of #ADF76B
Black with #ADF76B
Text Example
Text Example
White with #ADF76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF76B; }
p { color: rgb(173,247,107); }
H1.HeaderClassName
{
color: #ADF76B;
}
.AnyTagClassName
{
color: #ADF76B;
}
</style>
background-color css
<style>
a { background-color: #ADF76B; }
a { background-color: rgb(173,247,107); }
div.DivClassName
{
background-color: #ADF76B;
}
.BgClassName
{
background-color: #ADF76B;
}
</style>
border-color css
<style>
span { border-color: #ADF76B; }
span { border-color: rgb(173,247,107); }
td.TdClassName
{
border-color: #ADF76B;
}
.TagClassName
{
border-color: #ADF76B;
}
</style>