Shades of Sulu #ADF56D
Tints of Sulu #ADF56D
RGB
CMYK
RGB Variations
Color information
#ADF56D (or 0xADF56D) is known color: Sulu. HEX triplet: AD, F5 and 6D. RGB value is (173,245,109). Sum of RGB (Red+Green+Blue) = 173+245+109=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 245 (96.09% from 255 or 46.49% from 527); Blue value is 109 (42.97% from 255 or 20.68% from 527); Max value from RGB is 245 - color contains mainly: green. Hex color #ADF56D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF56D is #520A92. Grayscale: #D0D0D0. Windows color (decimal): -5376659 or 7206317. OLE color: 7206317.
HSL color Cylindrical-coordinate representation of color #ADF56D: hue angle of 91.76º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ADF56D is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 245 | 109 | - |
| CMYK | 0.29 | 0 | 0.56 | 0.04 |
| HSL | 91.76º | 0.87% | 0.69% | - |
| HSV(B) | 91.76º | 0.56% | 0.96% | - |
| XYZ | 52.65 | 75.29 | 26.23 | - |
| YUV | 207.97 | 72.15 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 245 | 109 | 0.29 | 0 | 0.56 | 0.04 | 91.76 | 0.87 | 0.69 |
| Hex | AD | F5 | 6D | 1D | 0 | 38 | 4 | 5C | 57 | 45 |
| Octal | 255 | 365 | 155 | 35 | 0 | 70 | 4 | 134 | 127 | 105 |
| Binary | 10101101 | 11110101 | 1101101 | 11101 | 0 | 111000 | 100 | 1011100 | 1010111 | 1000101 |
Color Harmonies of #ADF56D
Complementary color
Monochromatic Colors of #ADF56D
Black with #ADF56D
Text Example
Text Example
White with #ADF56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF56D; }
p { color: rgb(173,245,109); }
H1.HeaderClassName
{
color: #ADF56D;
}
.AnyTagClassName
{
color: #ADF56D;
}
</style>
background-color css
<style>
a { background-color: #ADF56D; }
a { background-color: rgb(173,245,109); }
div.DivClassName
{
background-color: #ADF56D;
}
.BgClassName
{
background-color: #ADF56D;
}
</style>
border-color css
<style>
span { border-color: #ADF56D; }
span { border-color: rgb(173,245,109); }
td.TdClassName
{
border-color: #ADF56D;
}
.TagClassName
{
border-color: #ADF56D;
}
</style>