Shades of Sulu #ADFD68
Tints of Sulu #ADFD68
RGB
CMYK
RGB Variations
Color information
#ADFD68 (or 0xADFD68) is known color: Sulu. HEX triplet: AD, FD and 68. RGB value is (173,253,104). Sum of RGB (Red+Green+Blue) = 173+253+104=530 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.64% from 530); Green value is 253 (99.22% from 255 or 47.74% from 530); Blue value is 104 (41.02% from 255 or 19.62% from 530); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFD68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFD68 is #520297. Grayscale: #D4D4D4. Windows color (decimal): -5374616 or 6880685. OLE color: 6880685.
HSL color Cylindrical-coordinate representation of color #ADFD68: hue angle of 92.21º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ADFD68 is Cyan = 0.32, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 253 | 104 | - |
| CMYK | 0.32 | 0 | 0.59 | 0.01 |
| HSL | 92.21º | 0.97% | 0.7% | - |
| HSV(B) | 92.21º | 0.59% | 0.99% | - |
| XYZ | 54.86 | 80.13 | 25.67 | - |
| YUV | 212.09 | 67 | 100.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 253 | 104 | 0.32 | 0 | 0.59 | 0.01 | 92.21 | 0.97 | 0.7 |
| Hex | AD | FD | 68 | 20 | 0 | 3B | 1 | 5C | 61 | 46 |
| Octal | 255 | 375 | 150 | 40 | 0 | 73 | 1 | 134 | 141 | 106 |
| Binary | 10101101 | 11111101 | 1101000 | 100000 | 0 | 111011 | 1 | 1011100 | 1100001 | 1000110 |
Color Harmonies of #ADFD68
Complementary color
Monochromatic Colors of #ADFD68
Black with #ADFD68
Text Example
Text Example
White with #ADFD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFD68; }
p { color: rgb(173,253,104); }
H1.HeaderClassName
{
color: #ADFD68;
}
.AnyTagClassName
{
color: #ADFD68;
}
</style>
background-color css
<style>
a { background-color: #ADFD68; }
a { background-color: rgb(173,253,104); }
div.DivClassName
{
background-color: #ADFD68;
}
.BgClassName
{
background-color: #ADFD68;
}
</style>
border-color css
<style>
span { border-color: #ADFD68; }
span { border-color: rgb(173,253,104); }
td.TdClassName
{
border-color: #ADFD68;
}
.TagClassName
{
border-color: #ADFD68;
}
</style>