Shades of Sulu #ADFF74
Tints of Sulu #ADFF74
RGB
CMYK
RGB Variations
Color information
#ADFF74 (or 0xADFF74) is known color: Sulu. HEX triplet: AD, FF and 74. RGB value is (173,255,116). Sum of RGB (Red+Green+Blue) = 173+255+116=544 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.80% from 544); Green value is 255 (100% from 255 or 46.88% from 544); Blue value is 116 (45.70% from 255 or 21.32% from 544); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFF74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFF74 is #52008B. Grayscale: #D7D7D7. Windows color (decimal): -5374092 or 7667629. OLE color: 7667629.
HSL color Cylindrical-coordinate representation of color #ADFF74: hue angle of 95.4º 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 #ADFF74 is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 255 | 116 | - |
| CMYK | 0.32 | 0 | 0.55 | 0 |
| HSL | 95.4º | 1% | 0.73% | - |
| HSV(B) | 95.4º | 0.55% | 1% | - |
| XYZ | 56.15 | 81.67 | 29.33 | - |
| YUV | 214.64 | 72.33 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 255 | 116 | 0.32 | 0 | 0.55 | 0 | 95.4 | 1 | 0.73 |
| Hex | AD | FF | 74 | 20 | 0 | 37 | 0 | 5F | 64 | 49 |
| Octal | 255 | 377 | 164 | 40 | 0 | 67 | 0 | 137 | 144 | 111 |
| Binary | 10101101 | 11111111 | 1110100 | 100000 | 0 | 110111 | 0 | 1011111 | 1100100 | 1001001 |
Color Harmonies of #ADFF74
Complementary color
Monochromatic Colors of #ADFF74
Black with #ADFF74
Text Example
Text Example
White with #ADFF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFF74; }
p { color: rgb(173,255,116); }
H1.HeaderClassName
{
color: #ADFF74;
}
.AnyTagClassName
{
color: #ADFF74;
}
</style>
background-color css
<style>
a { background-color: #ADFF74; }
a { background-color: rgb(173,255,116); }
div.DivClassName
{
background-color: #ADFF74;
}
.BgClassName
{
background-color: #ADFF74;
}
</style>
border-color css
<style>
span { border-color: #ADFF74; }
span { border-color: rgb(173,255,116); }
td.TdClassName
{
border-color: #ADFF74;
}
.TagClassName
{
border-color: #ADFF74;
}
</style>