Shades of Sulu #ADF56B
Tints of Sulu #ADF56B
RGB
CMYK
RGB Variations
Color information
#ADF56B (or 0xADF56B) is known color: Sulu. HEX triplet: AD, F5 and 6B. RGB value is (173,245,107). Sum of RGB (Red+Green+Blue) = 173+245+107=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 245 (96.09% from 255 or 46.67% from 525); Blue value is 107 (42.19% from 255 or 20.38% from 525); Max value from RGB is 245 - color contains mainly: green. Hex color #ADF56B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF56B is #520A94. Grayscale: #D0D0D0. Windows color (decimal): -5376661 or 7075245. OLE color: 7075245.
HSL color Cylindrical-coordinate representation of color #ADF56B: hue angle of 91.3º 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 #ADF56B is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 245 | 107 | - |
| CMYK | 0.29 | 0 | 0.56 | 0.04 |
| HSL | 91.3º | 0.87% | 0.69% | - |
| HSV(B) | 91.3º | 0.56% | 0.96% | - |
| XYZ | 52.54 | 75.25 | 25.67 | - |
| YUV | 207.74 | 71.15 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 245 | 107 | 0.29 | 0 | 0.56 | 0.04 | 91.3 | 0.87 | 0.69 |
| Hex | AD | F5 | 6B | 1D | 0 | 38 | 4 | 5B | 57 | 45 |
| Octal | 255 | 365 | 153 | 35 | 0 | 70 | 4 | 133 | 127 | 105 |
| Binary | 10101101 | 11110101 | 1101011 | 11101 | 0 | 111000 | 100 | 1011011 | 1010111 | 1000101 |
Color Harmonies of #ADF56B
Complementary color
Monochromatic Colors of #ADF56B
Black with #ADF56B
Text Example
Text Example
White with #ADF56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF56B; }
p { color: rgb(173,245,107); }
H1.HeaderClassName
{
color: #ADF56B;
}
.AnyTagClassName
{
color: #ADF56B;
}
</style>
background-color css
<style>
a { background-color: #ADF56B; }
a { background-color: rgb(173,245,107); }
div.DivClassName
{
background-color: #ADF56B;
}
.BgClassName
{
background-color: #ADF56B;
}
</style>
border-color css
<style>
span { border-color: #ADF56B; }
span { border-color: rgb(173,245,107); }
td.TdClassName
{
border-color: #ADF56B;
}
.TagClassName
{
border-color: #ADF56B;
}
</style>