Shades of Sulu #ADFD7B
Tints of Sulu #ADFD7B
RGB
CMYK
RGB Variations
Color information
#ADFD7B (or 0xADFD7B) is known color: Sulu. HEX triplet: AD, FD and 7B. RGB value is (173,253,123). Sum of RGB (Red+Green+Blue) = 173+253+123=549 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.51% from 549); Green value is 253 (99.22% from 255 or 46.08% from 549); Blue value is 123 (48.44% from 255 or 22.40% from 549); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFD7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFD7B is #520284. Grayscale: #D6D6D6. Windows color (decimal): -5374597 or 8125869. OLE color: 8125869.
HSL color Cylindrical-coordinate representation of color #ADFD7B: hue angle of 96.92º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ADFD7B is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 253 | 123 | - |
| CMYK | 0.32 | 0 | 0.51 | 0.01 |
| HSL | 96.92º | 0.97% | 0.74% | - |
| HSV(B) | 96.92º | 0.51% | 0.99% | - |
| XYZ | 55.93 | 80.56 | 31.34 | - |
| YUV | 214.26 | 76.5 | 98.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 253 | 123 | 0.32 | 0 | 0.51 | 0.01 | 96.92 | 0.97 | 0.74 |
| Hex | AD | FD | 7B | 20 | 0 | 33 | 1 | 61 | 61 | 4A |
| Octal | 255 | 375 | 173 | 40 | 0 | 63 | 1 | 141 | 141 | 112 |
| Binary | 10101101 | 11111101 | 1111011 | 100000 | 0 | 110011 | 1 | 1100001 | 1100001 | 1001010 |
Color Harmonies of #ADFD7B
Complementary color
Monochromatic Colors of #ADFD7B
Black with #ADFD7B
Text Example
Text Example
White with #ADFD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFD7B; }
p { color: rgb(173,253,123); }
H1.HeaderClassName
{
color: #ADFD7B;
}
.AnyTagClassName
{
color: #ADFD7B;
}
</style>
background-color css
<style>
a { background-color: #ADFD7B; }
a { background-color: rgb(173,253,123); }
div.DivClassName
{
background-color: #ADFD7B;
}
.BgClassName
{
background-color: #ADFD7B;
}
</style>
border-color css
<style>
span { border-color: #ADFD7B; }
span { border-color: rgb(173,253,123); }
td.TdClassName
{
border-color: #ADFD7B;
}
.TagClassName
{
border-color: #ADFD7B;
}
</style>