Shades of Sulu #ADFD74
Tints of Sulu #ADFD74
RGB
CMYK
RGB Variations
Color information
#ADFD74 (or 0xADFD74) is known color: Sulu. HEX triplet: AD, FD and 74. RGB value is (173,253,116). Sum of RGB (Red+Green+Blue) = 173+253+116=542 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.92% from 542); Green value is 253 (99.22% from 255 or 46.68% from 542); Blue value is 116 (45.70% from 255 or 21.40% from 542); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFD74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFD74 is #52028B. Grayscale: #D5D5D5. Windows color (decimal): -5374604 or 7667117. OLE color: 7667117.
HSL color Cylindrical-coordinate representation of color #ADFD74: hue angle of 95.04º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ADFD74 is Cyan = 0.32, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 253 | 116 | - |
| CMYK | 0.32 | 0 | 0.54 | 0.01 |
| HSL | 95.04º | 0.97% | 0.72% | - |
| HSV(B) | 95.04º | 0.54% | 0.99% | - |
| XYZ | 55.51 | 80.4 | 29.12 | - |
| YUV | 213.46 | 73 | 99.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 253 | 116 | 0.32 | 0 | 0.54 | 0.01 | 95.04 | 0.97 | 0.72 |
| Hex | AD | FD | 74 | 20 | 0 | 36 | 1 | 5F | 61 | 48 |
| Octal | 255 | 375 | 164 | 40 | 0 | 66 | 1 | 137 | 141 | 110 |
| Binary | 10101101 | 11111101 | 1110100 | 100000 | 0 | 110110 | 1 | 1011111 | 1100001 | 1001000 |
Color Harmonies of #ADFD74
Complementary color
Monochromatic Colors of #ADFD74
Black with #ADFD74
Text Example
Text Example
White with #ADFD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFD74; }
p { color: rgb(173,253,116); }
H1.HeaderClassName
{
color: #ADFD74;
}
.AnyTagClassName
{
color: #ADFD74;
}
</style>
background-color css
<style>
a { background-color: #ADFD74; }
a { background-color: rgb(173,253,116); }
div.DivClassName
{
background-color: #ADFD74;
}
.BgClassName
{
background-color: #ADFD74;
}
</style>
border-color css
<style>
span { border-color: #ADFD74; }
span { border-color: rgb(173,253,116); }
td.TdClassName
{
border-color: #ADFD74;
}
.TagClassName
{
border-color: #ADFD74;
}
</style>