Shades of Sulu #ADFF73
Tints of Sulu #ADFF73
RGB
CMYK
RGB Variations
Color information
#ADFF73 (or 0xADFF73) is known color: Sulu. HEX triplet: AD, FF and 73. RGB value is (173,255,115). Sum of RGB (Red+Green+Blue) = 173+255+115=543 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.86% from 543); Green value is 255 (100% from 255 or 46.96% from 543); Blue value is 115 (45.31% from 255 or 21.18% from 543); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFF73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFF73 is #52008C. Grayscale: #D7D7D7. Windows color (decimal): -5374093 or 7602093. OLE color: 7602093.
HSL color Cylindrical-coordinate representation of color #ADFF73: hue angle of 95.14º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ADFF73 is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 255 | 115 | - |
| CMYK | 0.32 | 0 | 0.55 | 0 |
| HSL | 95.14º | 1% | 0.73% | - |
| HSV(B) | 95.14º | 0.55% | 1% | - |
| XYZ | 56.09 | 81.64 | 29.02 | - |
| YUV | 214.52 | 71.83 | 98.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 255 | 115 | 0.32 | 0 | 0.55 | 0 | 95.14 | 1 | 0.73 |
| Hex | AD | FF | 73 | 20 | 0 | 37 | 0 | 5F | 64 | 49 |
| Octal | 255 | 377 | 163 | 40 | 0 | 67 | 0 | 137 | 144 | 111 |
| Binary | 10101101 | 11111111 | 1110011 | 100000 | 0 | 110111 | 0 | 1011111 | 1100100 | 1001001 |
Color Harmonies of #ADFF73
Complementary color
Monochromatic Colors of #ADFF73
Black with #ADFF73
Text Example
Text Example
White with #ADFF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFF73; }
p { color: rgb(173,255,115); }
H1.HeaderClassName
{
color: #ADFF73;
}
.AnyTagClassName
{
color: #ADFF73;
}
</style>
background-color css
<style>
a { background-color: #ADFF73; }
a { background-color: rgb(173,255,115); }
div.DivClassName
{
background-color: #ADFF73;
}
.BgClassName
{
background-color: #ADFF73;
}
</style>
border-color css
<style>
span { border-color: #ADFF73; }
span { border-color: rgb(173,255,115); }
td.TdClassName
{
border-color: #ADFF73;
}
.TagClassName
{
border-color: #ADFF73;
}
</style>