Shades of Sulu #ADF76C
Tints of Sulu #ADF76C
RGB
CMYK
RGB Variations
Color information
#ADF76C (or 0xADF76C) is known color: Sulu. HEX triplet: AD, F7 and 6C. RGB value is (173,247,108). Sum of RGB (Red+Green+Blue) = 173+247+108=528 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.77% from 528); Green value is 247 (96.88% from 255 or 46.78% from 528); Blue value is 108 (42.58% from 255 or 20.45% from 528); Max value from RGB is 247 - color contains mainly: green. Hex color #ADF76C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF76C is #520893. Grayscale: #D1D1D1. Windows color (decimal): -5376148 or 7141293. OLE color: 7141293.
HSL color Cylindrical-coordinate representation of color #ADF76C: hue angle of 91.94º degrees, saturation: 0.9, 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 #ADF76C is Cyan = 0.30, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 247 | 108 | - |
| CMYK | 0.30 | 0 | 0.56 | 0.03 |
| HSL | 91.94º | 0.9% | 0.7% | - |
| HSV(B) | 91.94º | 0.56% | 0.97% | - |
| XYZ | 53.2 | 76.49 | 26.15 | - |
| YUV | 209.03 | 70.98 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 247 | 108 | 0.30 | 0 | 0.56 | 0.03 | 91.94 | 0.9 | 0.7 |
| Hex | AD | F7 | 6C | 1E | 0 | 38 | 3 | 5C | 5A | 46 |
| Octal | 255 | 367 | 154 | 36 | 0 | 70 | 3 | 134 | 132 | 106 |
| Binary | 10101101 | 11110111 | 1101100 | 11110 | 0 | 111000 | 11 | 1011100 | 1011010 | 1000110 |
Color Harmonies of #ADF76C
Complementary color
Monochromatic Colors of #ADF76C
Black with #ADF76C
Text Example
Text Example
White with #ADF76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF76C; }
p { color: rgb(173,247,108); }
H1.HeaderClassName
{
color: #ADF76C;
}
.AnyTagClassName
{
color: #ADF76C;
}
</style>
background-color css
<style>
a { background-color: #ADF76C; }
a { background-color: rgb(173,247,108); }
div.DivClassName
{
background-color: #ADF76C;
}
.BgClassName
{
background-color: #ADF76C;
}
</style>
border-color css
<style>
span { border-color: #ADF76C; }
span { border-color: rgb(173,247,108); }
td.TdClassName
{
border-color: #ADF76C;
}
.TagClassName
{
border-color: #ADF76C;
}
</style>