Shades of Sulu #ADFE73
Tints of Sulu #ADFE73
RGB
CMYK
RGB Variations
Color information
#ADFE73 (or 0xADFE73) is known color: Sulu. HEX triplet: AD, FE and 73. RGB value is (173,254,115). Sum of RGB (Red+Green+Blue) = 173+254+115=542 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.92% from 542); Green value is 254 (99.61% from 255 or 46.86% from 542); Blue value is 115 (45.31% from 255 or 21.22% from 542); Max value from RGB is 254 - color contains mainly: green. Hex color #ADFE73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFE73 is #52018C. Grayscale: #D6D6D6. Windows color (decimal): -5374349 or 7601837. OLE color: 7601837.
HSL color Cylindrical-coordinate representation of color #ADFE73: hue angle of 94.96º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ADFE73 is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 254 | 115 | - |
| CMYK | 0.32 | 0 | 0.55 | 0.00 |
| HSL | 94.96º | 0.99% | 0.72% | - |
| HSV(B) | 94.96º | 0.55% | 1% | - |
| XYZ | 55.77 | 81.01 | 28.92 | - |
| YUV | 213.94 | 72.16 | 98.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 254 | 115 | 0.32 | 0 | 0.55 | 0.00 | 94.96 | 0.99 | 0.72 |
| Hex | AD | FE | 73 | 20 | 0 | 37 | 0 | 5F | 63 | 48 |
| Octal | 255 | 376 | 163 | 40 | 0 | 67 | 0 | 137 | 143 | 110 |
| Binary | 10101101 | 11111110 | 1110011 | 100000 | 0 | 110111 | 0 | 1011111 | 1100011 | 1001000 |
Color Harmonies of #ADFE73
Complementary color
Monochromatic Colors of #ADFE73
Black with #ADFE73
Text Example
Text Example
White with #ADFE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFE73; }
p { color: rgb(173,254,115); }
H1.HeaderClassName
{
color: #ADFE73;
}
.AnyTagClassName
{
color: #ADFE73;
}
</style>
background-color css
<style>
a { background-color: #ADFE73; }
a { background-color: rgb(173,254,115); }
div.DivClassName
{
background-color: #ADFE73;
}
.BgClassName
{
background-color: #ADFE73;
}
</style>
border-color css
<style>
span { border-color: #ADFE73; }
span { border-color: rgb(173,254,115); }
td.TdClassName
{
border-color: #ADFE73;
}
.TagClassName
{
border-color: #ADFE73;
}
</style>