Shades of Sulu #ADFE75
Tints of Sulu #ADFE75
RGB
CMYK
RGB Variations
Color information
#ADFE75 (or 0xADFE75) is known color: Sulu. HEX triplet: AD, FE and 75. RGB value is (173,254,117). Sum of RGB (Red+Green+Blue) = 173+254+117=544 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.80% from 544); Green value is 254 (99.61% from 255 or 46.69% from 544); Blue value is 117 (46.09% from 255 or 21.51% from 544); Max value from RGB is 254 - color contains mainly: green. Hex color #ADFE75 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFE75 is #52018A. Grayscale: #D6D6D6. Windows color (decimal): -5374347 or 7732909. OLE color: 7732909.
HSL color Cylindrical-coordinate representation of color #ADFE75: hue angle of 95.47º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ADFE75 is Cyan = 0.32, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 254 | 117 | - |
| CMYK | 0.32 | 0 | 0.54 | 0.00 |
| HSL | 95.47º | 0.99% | 0.73% | - |
| HSV(B) | 95.47º | 0.54% | 1% | - |
| XYZ | 55.89 | 81.05 | 29.53 | - |
| YUV | 214.16 | 73.16 | 98.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 254 | 117 | 0.32 | 0 | 0.54 | 0.00 | 95.47 | 0.99 | 0.73 |
| Hex | AD | FE | 75 | 20 | 0 | 36 | 0 | 5F | 63 | 49 |
| Octal | 255 | 376 | 165 | 40 | 0 | 66 | 0 | 137 | 143 | 111 |
| Binary | 10101101 | 11111110 | 1110101 | 100000 | 0 | 110110 | 0 | 1011111 | 1100011 | 1001001 |
Color Harmonies of #ADFE75
Complementary color
Monochromatic Colors of #ADFE75
Black with #ADFE75
Text Example
Text Example
White with #ADFE75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFE75; }
p { color: rgb(173,254,117); }
H1.HeaderClassName
{
color: #ADFE75;
}
.AnyTagClassName
{
color: #ADFE75;
}
</style>
background-color css
<style>
a { background-color: #ADFE75; }
a { background-color: rgb(173,254,117); }
div.DivClassName
{
background-color: #ADFE75;
}
.BgClassName
{
background-color: #ADFE75;
}
</style>
border-color css
<style>
span { border-color: #ADFE75; }
span { border-color: rgb(173,254,117); }
td.TdClassName
{
border-color: #ADFE75;
}
.TagClassName
{
border-color: #ADFE75;
}
</style>