Shades of Sulu #ADF575
Tints of Sulu #ADF575
RGB
CMYK
RGB Variations
Color information
#ADF575 (or 0xADF575) is known color: Sulu. HEX triplet: AD, F5 and 75. RGB value is (173,245,117). Sum of RGB (Red+Green+Blue) = 173+245+117=535 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.34% from 535); Green value is 245 (96.09% from 255 or 45.79% from 535); Blue value is 117 (46.09% from 255 or 21.87% from 535); Max value from RGB is 245 - color contains mainly: green. Hex color #ADF575 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF575 is #520A8A. Grayscale: #D1D1D1. Windows color (decimal): -5376651 or 7730605. OLE color: 7730605.
HSL color Cylindrical-coordinate representation of color #ADF575: hue angle of 93.75º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ADF575 is Cyan = 0.29, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 245 | 117 | - |
| CMYK | 0.29 | 0 | 0.52 | 0.04 |
| HSL | 93.75º | 0.86% | 0.71% | - |
| HSV(B) | 93.75º | 0.52% | 0.96% | - |
| XYZ | 53.1 | 75.47 | 28.6 | - |
| YUV | 208.88 | 76.15 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 245 | 117 | 0.29 | 0 | 0.52 | 0.04 | 93.75 | 0.86 | 0.71 |
| Hex | AD | F5 | 75 | 1D | 0 | 34 | 4 | 5E | 56 | 47 |
| Octal | 255 | 365 | 165 | 35 | 0 | 64 | 4 | 136 | 126 | 107 |
| Binary | 10101101 | 11110101 | 1110101 | 11101 | 0 | 110100 | 100 | 1011110 | 1010110 | 1000111 |
Color Harmonies of #ADF575
Complementary color
Monochromatic Colors of #ADF575
Black with #ADF575
Text Example
Text Example
White with #ADF575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF575; }
p { color: rgb(173,245,117); }
H1.HeaderClassName
{
color: #ADF575;
}
.AnyTagClassName
{
color: #ADF575;
}
</style>
background-color css
<style>
a { background-color: #ADF575; }
a { background-color: rgb(173,245,117); }
div.DivClassName
{
background-color: #ADF575;
}
.BgClassName
{
background-color: #ADF575;
}
</style>
border-color css
<style>
span { border-color: #ADF575; }
span { border-color: rgb(173,245,117); }
td.TdClassName
{
border-color: #ADF575;
}
.TagClassName
{
border-color: #ADF575;
}
</style>