Shades of Sulu #ADFE7D
Tints of Sulu #ADFE7D
RGB
CMYK
RGB Variations
Color information
#ADFE7D (or 0xADFE7D) is known color: Sulu. HEX triplet: AD, FE and 7D. RGB value is (173,254,125). Sum of RGB (Red+Green+Blue) = 173+254+125=552 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.34% from 552); Green value is 254 (99.61% from 255 or 46.01% from 552); Blue value is 125 (49.22% from 255 or 22.64% from 552); Max value from RGB is 254 - color contains mainly: green. Hex color #ADFE7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFE7D is #520182. Grayscale: #D7D7D7. Windows color (decimal): -5374339 or 8257197. OLE color: 8257197.
HSL color Cylindrical-coordinate representation of color #ADFE7D: hue angle of 97.67º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ADFE7D is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 254 | 125 | - |
| CMYK | 0.32 | 0 | 0.51 | 0.00 |
| HSL | 97.67º | 0.98% | 0.74% | - |
| HSV(B) | 97.67º | 0.51% | 1% | - |
| XYZ | 56.38 | 81.25 | 32.11 | - |
| YUV | 215.08 | 77.16 | 97.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 254 | 125 | 0.32 | 0 | 0.51 | 0.00 | 97.67 | 0.98 | 0.74 |
| Hex | AD | FE | 7D | 20 | 0 | 33 | 0 | 62 | 62 | 4A |
| Octal | 255 | 376 | 175 | 40 | 0 | 63 | 0 | 142 | 142 | 112 |
| Binary | 10101101 | 11111110 | 1111101 | 100000 | 0 | 110011 | 0 | 1100010 | 1100010 | 1001010 |
Color Harmonies of #ADFE7D
Complementary color
Monochromatic Colors of #ADFE7D
Black with #ADFE7D
Text Example
Text Example
White with #ADFE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFE7D; }
p { color: rgb(173,254,125); }
H1.HeaderClassName
{
color: #ADFE7D;
}
.AnyTagClassName
{
color: #ADFE7D;
}
</style>
background-color css
<style>
a { background-color: #ADFE7D; }
a { background-color: rgb(173,254,125); }
div.DivClassName
{
background-color: #ADFE7D;
}
.BgClassName
{
background-color: #ADFE7D;
}
</style>
border-color css
<style>
span { border-color: #ADFE7D; }
span { border-color: rgb(173,254,125); }
td.TdClassName
{
border-color: #ADFE7D;
}
.TagClassName
{
border-color: #ADFE7D;
}
</style>