Shades of Sulu #ADFD70
Tints of Sulu #ADFD70
RGB
CMYK
RGB Variations
Color information
#ADFD70 (or 0xADFD70) is known color: Sulu. HEX triplet: AD, FD and 70. RGB value is (173,253,112). Sum of RGB (Red+Green+Blue) = 173+253+112=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 253 (99.22% from 255 or 47.03% from 538); Blue value is 112 (44.14% from 255 or 20.82% from 538); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFD70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFD70 is #52028F. Grayscale: #D5D5D5. Windows color (decimal): -5374608 or 7404973. OLE color: 7404973.
HSL color Cylindrical-coordinate representation of color #ADFD70: hue angle of 94.04º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ADFD70 is Cyan = 0.32, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 253 | 112 | - |
| CMYK | 0.32 | 0 | 0.56 | 0.01 |
| HSL | 94.04º | 0.97% | 0.72% | - |
| HSV(B) | 94.04º | 0.56% | 0.99% | - |
| XYZ | 55.28 | 80.3 | 27.92 | - |
| YUV | 213.01 | 71 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 253 | 112 | 0.32 | 0 | 0.56 | 0.01 | 94.04 | 0.97 | 0.72 |
| Hex | AD | FD | 70 | 20 | 0 | 38 | 1 | 5E | 61 | 48 |
| Octal | 255 | 375 | 160 | 40 | 0 | 70 | 1 | 136 | 141 | 110 |
| Binary | 10101101 | 11111101 | 1110000 | 100000 | 0 | 111000 | 1 | 1011110 | 1100001 | 1001000 |
Color Harmonies of #ADFD70
Complementary color
Monochromatic Colors of #ADFD70
Black with #ADFD70
Text Example
Text Example
White with #ADFD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFD70; }
p { color: rgb(173,253,112); }
H1.HeaderClassName
{
color: #ADFD70;
}
.AnyTagClassName
{
color: #ADFD70;
}
</style>
background-color css
<style>
a { background-color: #ADFD70; }
a { background-color: rgb(173,253,112); }
div.DivClassName
{
background-color: #ADFD70;
}
.BgClassName
{
background-color: #ADFD70;
}
</style>
border-color css
<style>
span { border-color: #ADFD70; }
span { border-color: rgb(173,253,112); }
td.TdClassName
{
border-color: #ADFD70;
}
.TagClassName
{
border-color: #ADFD70;
}
</style>