Shades of Sulu #ADF774
Tints of Sulu #ADF774
RGB
CMYK
RGB Variations
Color information
#ADF774 (or 0xADF774) is known color: Sulu. HEX triplet: AD, F7 and 74. RGB value is (173,247,116). Sum of RGB (Red+Green+Blue) = 173+247+116=536 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.28% from 536); Green value is 247 (96.88% from 255 or 46.08% from 536); Blue value is 116 (45.70% from 255 or 21.64% from 536); Max value from RGB is 247 - color contains mainly: green. Hex color #ADF774 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF774 is #52088B. Grayscale: #D2D2D2. Windows color (decimal): -5376140 or 7665581. OLE color: 7665581.
HSL color Cylindrical-coordinate representation of color #ADF774: hue angle of 93.89º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ADF774 is Cyan = 0.30, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 247 | 116 | - |
| CMYK | 0.30 | 0 | 0.53 | 0.03 |
| HSL | 93.89º | 0.89% | 0.71% | - |
| HSV(B) | 93.89º | 0.53% | 0.97% | - |
| XYZ | 53.65 | 76.67 | 28.49 | - |
| YUV | 209.94 | 74.98 | 101.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 247 | 116 | 0.30 | 0 | 0.53 | 0.03 | 93.89 | 0.89 | 0.71 |
| Hex | AD | F7 | 74 | 1E | 0 | 35 | 3 | 5E | 59 | 47 |
| Octal | 255 | 367 | 164 | 36 | 0 | 65 | 3 | 136 | 131 | 107 |
| Binary | 10101101 | 11110111 | 1110100 | 11110 | 0 | 110101 | 11 | 1011110 | 1011001 | 1000111 |
Color Harmonies of #ADF774
Complementary color
Monochromatic Colors of #ADF774
Black with #ADF774
Text Example
Text Example
White with #ADF774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF774; }
p { color: rgb(173,247,116); }
H1.HeaderClassName
{
color: #ADF774;
}
.AnyTagClassName
{
color: #ADF774;
}
</style>
background-color css
<style>
a { background-color: #ADF774; }
a { background-color: rgb(173,247,116); }
div.DivClassName
{
background-color: #ADF774;
}
.BgClassName
{
background-color: #ADF774;
}
</style>
border-color css
<style>
span { border-color: #ADF774; }
span { border-color: rgb(173,247,116); }
td.TdClassName
{
border-color: #ADF774;
}
.TagClassName
{
border-color: #ADF774;
}
</style>