Shades of Sulu #ADFD6B
Tints of Sulu #ADFD6B
RGB
CMYK
RGB Variations
Color information
#ADFD6B (or 0xADFD6B) is known color: Sulu. HEX triplet: AD, FD and 6B. RGB value is (173,253,107). Sum of RGB (Red+Green+Blue) = 173+253+107=533 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.46% from 533); Green value is 253 (99.22% from 255 or 47.47% from 533); Blue value is 107 (42.19% from 255 or 20.08% from 533); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFD6B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFD6B is #520294. Grayscale: #D4D4D4. Windows color (decimal): -5374613 or 7077293. OLE color: 7077293.
HSL color Cylindrical-coordinate representation of color #ADFD6B: hue angle of 92.88º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ADFD6B is Cyan = 0.32, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 253 | 107 | - |
| CMYK | 0.32 | 0 | 0.58 | 0.01 |
| HSL | 92.88º | 0.97% | 0.71% | - |
| HSV(B) | 92.88º | 0.58% | 0.99% | - |
| XYZ | 55.01 | 80.2 | 26.49 | - |
| YUV | 212.44 | 68.5 | 99.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 253 | 107 | 0.32 | 0 | 0.58 | 0.01 | 92.88 | 0.97 | 0.71 |
| Hex | AD | FD | 6B | 20 | 0 | 3A | 1 | 5D | 61 | 47 |
| Octal | 255 | 375 | 153 | 40 | 0 | 72 | 1 | 135 | 141 | 107 |
| Binary | 10101101 | 11111101 | 1101011 | 100000 | 0 | 111010 | 1 | 1011101 | 1100001 | 1000111 |
Color Harmonies of #ADFD6B
Complementary color
Monochromatic Colors of #ADFD6B
Black with #ADFD6B
Text Example
Text Example
White with #ADFD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFD6B; }
p { color: rgb(173,253,107); }
H1.HeaderClassName
{
color: #ADFD6B;
}
.AnyTagClassName
{
color: #ADFD6B;
}
</style>
background-color css
<style>
a { background-color: #ADFD6B; }
a { background-color: rgb(173,253,107); }
div.DivClassName
{
background-color: #ADFD6B;
}
.BgClassName
{
background-color: #ADFD6B;
}
</style>
border-color css
<style>
span { border-color: #ADFD6B; }
span { border-color: rgb(173,253,107); }
td.TdClassName
{
border-color: #ADFD6B;
}
.TagClassName
{
border-color: #ADFD6B;
}
</style>