Shades of Sulu #ADF56F
Tints of Sulu #ADF56F
RGB
CMYK
RGB Variations
Color information
#ADF56F (or 0xADF56F) is known color: Sulu. HEX triplet: AD, F5 and 6F. RGB value is (173,245,111). Sum of RGB (Red+Green+Blue) = 173+245+111=529 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.70% from 529); Green value is 245 (96.09% from 255 or 46.31% from 529); Blue value is 111 (43.75% from 255 or 20.98% from 529); Max value from RGB is 245 - color contains mainly: green. Hex color #ADF56F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF56F is #520A90. Grayscale: #D0D0D0. Windows color (decimal): -5376657 or 7337389. OLE color: 7337389.
HSL color Cylindrical-coordinate representation of color #ADF56F: hue angle of 92.24º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ADF56F is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 245 | 111 | - |
| CMYK | 0.29 | 0 | 0.55 | 0.04 |
| HSL | 92.24º | 0.87% | 0.7% | - |
| HSV(B) | 92.24º | 0.55% | 0.96% | - |
| XYZ | 52.76 | 75.34 | 26.8 | - |
| YUV | 208.2 | 73.15 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 245 | 111 | 0.29 | 0 | 0.55 | 0.04 | 92.24 | 0.87 | 0.7 |
| Hex | AD | F5 | 6F | 1D | 0 | 37 | 4 | 5C | 57 | 46 |
| Octal | 255 | 365 | 157 | 35 | 0 | 67 | 4 | 134 | 127 | 106 |
| Binary | 10101101 | 11110101 | 1101111 | 11101 | 0 | 110111 | 100 | 1011100 | 1010111 | 1000110 |
Color Harmonies of #ADF56F
Complementary color
Monochromatic Colors of #ADF56F
Black with #ADF56F
Text Example
Text Example
White with #ADF56F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF56F; }
p { color: rgb(173,245,111); }
H1.HeaderClassName
{
color: #ADF56F;
}
.AnyTagClassName
{
color: #ADF56F;
}
</style>
background-color css
<style>
a { background-color: #ADF56F; }
a { background-color: rgb(173,245,111); }
div.DivClassName
{
background-color: #ADF56F;
}
.BgClassName
{
background-color: #ADF56F;
}
</style>
border-color css
<style>
span { border-color: #ADF56F; }
span { border-color: rgb(173,245,111); }
td.TdClassName
{
border-color: #ADF56F;
}
.TagClassName
{
border-color: #ADF56F;
}
</style>