Shades of Sulu #ADF574
Tints of Sulu #ADF574
RGB
CMYK
RGB Variations
Color information
#ADF574 (or 0xADF574) is known color: Sulu. HEX triplet: AD, F5 and 74. RGB value is (173,245,116). Sum of RGB (Red+Green+Blue) = 173+245+116=534 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.40% from 534); Green value is 245 (96.09% from 255 or 45.88% from 534); Blue value is 116 (45.70% from 255 or 21.72% from 534); Max value from RGB is 245 - color contains mainly: green. Hex color #ADF574 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF574 is #520A8B. Grayscale: #D1D1D1. Windows color (decimal): -5376652 or 7665069. OLE color: 7665069.
HSL color Cylindrical-coordinate representation of color #ADF574: hue angle of 93.49º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ADF574 is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 245 | 116 | - |
| CMYK | 0.29 | 0 | 0.53 | 0.04 |
| HSL | 93.49º | 0.87% | 0.71% | - |
| HSV(B) | 93.49º | 0.53% | 0.96% | - |
| XYZ | 53.04 | 75.45 | 28.29 | - |
| YUV | 208.77 | 75.65 | 102.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 245 | 116 | 0.29 | 0 | 0.53 | 0.04 | 93.49 | 0.87 | 0.71 |
| Hex | AD | F5 | 74 | 1D | 0 | 35 | 4 | 5D | 57 | 47 |
| Octal | 255 | 365 | 164 | 35 | 0 | 65 | 4 | 135 | 127 | 107 |
| Binary | 10101101 | 11110101 | 1110100 | 11101 | 0 | 110101 | 100 | 1011101 | 1010111 | 1000111 |
Color Harmonies of #ADF574
Complementary color
Monochromatic Colors of #ADF574
Black with #ADF574
Text Example
Text Example
White with #ADF574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF574; }
p { color: rgb(173,245,116); }
H1.HeaderClassName
{
color: #ADF574;
}
.AnyTagClassName
{
color: #ADF574;
}
</style>
background-color css
<style>
a { background-color: #ADF574; }
a { background-color: rgb(173,245,116); }
div.DivClassName
{
background-color: #ADF574;
}
.BgClassName
{
background-color: #ADF574;
}
</style>
border-color css
<style>
span { border-color: #ADF574; }
span { border-color: rgb(173,245,116); }
td.TdClassName
{
border-color: #ADF574;
}
.TagClassName
{
border-color: #ADF574;
}
</style>