Shades of Sulu #ADFD6C
Tints of Sulu #ADFD6C
RGB
CMYK
RGB Variations
Color information
#ADFD6C (or 0xADFD6C) is known color: Sulu. HEX triplet: AD, FD and 6C. RGB value is (173,253,108). Sum of RGB (Red+Green+Blue) = 173+253+108=534 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.40% from 534); Green value is 253 (99.22% from 255 or 47.38% from 534); Blue value is 108 (42.58% from 255 or 20.22% from 534); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFD6C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFD6C is #520293. Grayscale: #D5D5D5. Windows color (decimal): -5374612 or 7142829. OLE color: 7142829.
HSL color Cylindrical-coordinate representation of color #ADFD6C: hue angle of 93.1º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ADFD6C is Cyan = 0.32, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 253 | 108 | - |
| CMYK | 0.32 | 0 | 0.57 | 0.01 |
| HSL | 93.1º | 0.97% | 0.71% | - |
| HSV(B) | 93.1º | 0.57% | 0.99% | - |
| XYZ | 55.07 | 80.22 | 26.77 | - |
| YUV | 212.55 | 69 | 99.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 253 | 108 | 0.32 | 0 | 0.57 | 0.01 | 93.1 | 0.97 | 0.71 |
| Hex | AD | FD | 6C | 20 | 0 | 39 | 1 | 5D | 61 | 47 |
| Octal | 255 | 375 | 154 | 40 | 0 | 71 | 1 | 135 | 141 | 107 |
| Binary | 10101101 | 11111101 | 1101100 | 100000 | 0 | 111001 | 1 | 1011101 | 1100001 | 1000111 |
Color Harmonies of #ADFD6C
Complementary color
Monochromatic Colors of #ADFD6C
Black with #ADFD6C
Text Example
Text Example
White with #ADFD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFD6C; }
p { color: rgb(173,253,108); }
H1.HeaderClassName
{
color: #ADFD6C;
}
.AnyTagClassName
{
color: #ADFD6C;
}
</style>
background-color css
<style>
a { background-color: #ADFD6C; }
a { background-color: rgb(173,253,108); }
div.DivClassName
{
background-color: #ADFD6C;
}
.BgClassName
{
background-color: #ADFD6C;
}
</style>
border-color css
<style>
span { border-color: #ADFD6C; }
span { border-color: rgb(173,253,108); }
td.TdClassName
{
border-color: #ADFD6C;
}
.TagClassName
{
border-color: #ADFD6C;
}
</style>