Shades of Sulu #ADF56E
Tints of Sulu #ADF56E
RGB
CMYK
RGB Variations
Color information
#ADF56E (or 0xADF56E) is known color: Sulu. HEX triplet: AD, F5 and 6E. RGB value is (173,245,110). Sum of RGB (Red+Green+Blue) = 173+245+110=528 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.77% from 528); Green value is 245 (96.09% from 255 or 46.40% from 528); Blue value is 110 (43.36% from 255 or 20.83% from 528); Max value from RGB is 245 - color contains mainly: green. Hex color #ADF56E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF56E is #520A91. Grayscale: #D0D0D0. Windows color (decimal): -5376658 or 7271853. OLE color: 7271853.
HSL color Cylindrical-coordinate representation of color #ADF56E: hue angle of 92º 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 #ADF56E is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 245 | 110 | - |
| CMYK | 0.29 | 0 | 0.55 | 0.04 |
| HSL | 92º | 0.87% | 0.7% | - |
| HSV(B) | 92º | 0.55% | 0.96% | - |
| XYZ | 52.7 | 75.31 | 26.51 | - |
| YUV | 208.08 | 72.65 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 245 | 110 | 0.29 | 0 | 0.55 | 0.04 | 92 | 0.87 | 0.7 |
| Hex | AD | F5 | 6E | 1D | 0 | 37 | 4 | 5C | 57 | 46 |
| Octal | 255 | 365 | 156 | 35 | 0 | 67 | 4 | 134 | 127 | 106 |
| Binary | 10101101 | 11110101 | 1101110 | 11101 | 0 | 110111 | 100 | 1011100 | 1010111 | 1000110 |
Color Harmonies of #ADF56E
Complementary color
Monochromatic Colors of #ADF56E
Black with #ADF56E
Text Example
Text Example
White with #ADF56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF56E; }
p { color: rgb(173,245,110); }
H1.HeaderClassName
{
color: #ADF56E;
}
.AnyTagClassName
{
color: #ADF56E;
}
</style>
background-color css
<style>
a { background-color: #ADF56E; }
a { background-color: rgb(173,245,110); }
div.DivClassName
{
background-color: #ADF56E;
}
.BgClassName
{
background-color: #ADF56E;
}
</style>
border-color css
<style>
span { border-color: #ADF56E; }
span { border-color: rgb(173,245,110); }
td.TdClassName
{
border-color: #ADF56E;
}
.TagClassName
{
border-color: #ADF56E;
}
</style>