Shades of Sulu #ADF372
Tints of Sulu #ADF372
RGB
CMYK
RGB Variations
Color information
#ADF372 (or 0xADF372) is known color: Sulu. HEX triplet: AD, F3 and 72. RGB value is (173,243,114). Sum of RGB (Red+Green+Blue) = 173+243+114=530 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.64% from 530); Green value is 243 (95.31% from 255 or 45.85% from 530); Blue value is 114 (44.92% from 255 or 21.51% from 530); Max value from RGB is 243 - color contains mainly: green. Hex color #ADF372 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF372 is #520C8D. Grayscale: #CFCFCF. Windows color (decimal): -5377166 or 7533485. OLE color: 7533485.
HSL color Cylindrical-coordinate representation of color #ADF372: hue angle of 92.56º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ADF372 is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 243 | 114 | - |
| CMYK | 0.29 | 0 | 0.53 | 0.05 |
| HSL | 92.56º | 0.84% | 0.7% | - |
| HSV(B) | 92.56º | 0.53% | 0.95% | - |
| XYZ | 52.32 | 74.2 | 27.48 | - |
| YUV | 207.36 | 75.31 | 103.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 243 | 114 | 0.29 | 0 | 0.53 | 0.05 | 92.56 | 0.84 | 0.7 |
| Hex | AD | F3 | 72 | 1D | 0 | 35 | 5 | 5D | 54 | 46 |
| Octal | 255 | 363 | 162 | 35 | 0 | 65 | 5 | 135 | 124 | 106 |
| Binary | 10101101 | 11110011 | 1110010 | 11101 | 0 | 110101 | 101 | 1011101 | 1010100 | 1000110 |
Color Harmonies of #ADF372
Complementary color
Monochromatic Colors of #ADF372
Black with #ADF372
Text Example
Text Example
White with #ADF372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF372; }
p { color: rgb(173,243,114); }
H1.HeaderClassName
{
color: #ADF372;
}
.AnyTagClassName
{
color: #ADF372;
}
</style>
background-color css
<style>
a { background-color: #ADF372; }
a { background-color: rgb(173,243,114); }
div.DivClassName
{
background-color: #ADF372;
}
.BgClassName
{
background-color: #ADF372;
}
</style>
border-color css
<style>
span { border-color: #ADF372; }
span { border-color: rgb(173,243,114); }
td.TdClassName
{
border-color: #ADF372;
}
.TagClassName
{
border-color: #ADF372;
}
</style>