Shades of Sulu #ADFD73
Tints of Sulu #ADFD73
RGB
CMYK
RGB Variations
Color information
#ADFD73 (or 0xADFD73) is known color: Sulu. HEX triplet: AD, FD and 73. RGB value is (173,253,115). Sum of RGB (Red+Green+Blue) = 173+253+115=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 253 (99.22% from 255 or 46.77% from 541); Blue value is 115 (45.31% from 255 or 21.26% from 541); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFD73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFD73 is #52028C. Grayscale: #D5D5D5. Windows color (decimal): -5374605 or 7601581. OLE color: 7601581.
HSL color Cylindrical-coordinate representation of color #ADFD73: hue angle of 94.78º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ADFD73 is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 253 | 115 | - |
| CMYK | 0.32 | 0 | 0.55 | 0.01 |
| HSL | 94.78º | 0.97% | 0.72% | - |
| HSV(B) | 94.78º | 0.55% | 0.99% | - |
| XYZ | 55.45 | 80.37 | 28.81 | - |
| YUV | 213.35 | 72.5 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 253 | 115 | 0.32 | 0 | 0.55 | 0.01 | 94.78 | 0.97 | 0.72 |
| Hex | AD | FD | 73 | 20 | 0 | 37 | 1 | 5F | 61 | 48 |
| Octal | 255 | 375 | 163 | 40 | 0 | 67 | 1 | 137 | 141 | 110 |
| Binary | 10101101 | 11111101 | 1110011 | 100000 | 0 | 110111 | 1 | 1011111 | 1100001 | 1001000 |
Color Harmonies of #ADFD73
Complementary color
Monochromatic Colors of #ADFD73
Black with #ADFD73
Text Example
Text Example
White with #ADFD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFD73; }
p { color: rgb(173,253,115); }
H1.HeaderClassName
{
color: #ADFD73;
}
.AnyTagClassName
{
color: #ADFD73;
}
</style>
background-color css
<style>
a { background-color: #ADFD73; }
a { background-color: rgb(173,253,115); }
div.DivClassName
{
background-color: #ADFD73;
}
.BgClassName
{
background-color: #ADFD73;
}
</style>
border-color css
<style>
span { border-color: #ADFD73; }
span { border-color: rgb(173,253,115); }
td.TdClassName
{
border-color: #ADFD73;
}
.TagClassName
{
border-color: #ADFD73;
}
</style>