Shades of Sulu #ADFE74
Tints of Sulu #ADFE74
RGB
CMYK
RGB Variations
Color information
#ADFE74 (or 0xADFE74) is known color: Sulu. HEX triplet: AD, FE and 74. RGB value is (173,254,116). Sum of RGB (Red+Green+Blue) = 173+254+116=543 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.86% from 543); Green value is 254 (99.61% from 255 or 46.78% from 543); Blue value is 116 (45.70% from 255 or 21.36% from 543); Max value from RGB is 254 - color contains mainly: green. Hex color #ADFE74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFE74 is #52018B. Grayscale: #D6D6D6. Windows color (decimal): -5374348 or 7667373. OLE color: 7667373.
HSL color Cylindrical-coordinate representation of color #ADFE74: hue angle of 95.22º 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 #ADFE74 is Cyan = 0.32, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 254 | 116 | - |
| CMYK | 0.32 | 0 | 0.54 | 0.00 |
| HSL | 95.22º | 0.99% | 0.73% | - |
| HSV(B) | 95.22º | 0.54% | 1% | - |
| XYZ | 55.83 | 81.03 | 29.22 | - |
| YUV | 214.05 | 72.66 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 254 | 116 | 0.32 | 0 | 0.54 | 0.00 | 95.22 | 0.99 | 0.73 |
| Hex | AD | FE | 74 | 20 | 0 | 36 | 0 | 5F | 63 | 49 |
| Octal | 255 | 376 | 164 | 40 | 0 | 66 | 0 | 137 | 143 | 111 |
| Binary | 10101101 | 11111110 | 1110100 | 100000 | 0 | 110110 | 0 | 1011111 | 1100011 | 1001001 |
Color Harmonies of #ADFE74
Complementary color
Monochromatic Colors of #ADFE74
Black with #ADFE74
Text Example
Text Example
White with #ADFE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFE74; }
p { color: rgb(173,254,116); }
H1.HeaderClassName
{
color: #ADFE74;
}
.AnyTagClassName
{
color: #ADFE74;
}
</style>
background-color css
<style>
a { background-color: #ADFE74; }
a { background-color: rgb(173,254,116); }
div.DivClassName
{
background-color: #ADFE74;
}
.BgClassName
{
background-color: #ADFE74;
}
</style>
border-color css
<style>
span { border-color: #ADFE74; }
span { border-color: rgb(173,254,116); }
td.TdClassName
{
border-color: #ADFE74;
}
.TagClassName
{
border-color: #ADFE74;
}
</style>