Shades of Sulu #ADFF7B
Tints of Sulu #ADFF7B
RGB
CMYK
RGB Variations
Color information
#ADFF7B (or 0xADFF7B) is known color: Sulu. HEX triplet: AD, FF and 7B. RGB value is (173,255,123). Sum of RGB (Red+Green+Blue) = 173+255+123=551 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.40% from 551); Green value is 255 (100% from 255 or 46.28% from 551); Blue value is 123 (48.44% from 255 or 22.32% from 551); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFF7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFF7B is #520084. Grayscale: #D7D7D7. Windows color (decimal): -5374085 or 8126381. OLE color: 8126381.
HSL color Cylindrical-coordinate representation of color #ADFF7B: hue angle of 97.27º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ADFF7B is Cyan = 0.32, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 255 | 123 | - |
| CMYK | 0.32 | 0 | 0.52 | 0 |
| HSL | 97.27º | 1% | 0.74% | - |
| HSV(B) | 97.27º | 0.52% | 1% | - |
| XYZ | 56.57 | 81.83 | 31.55 | - |
| YUV | 215.43 | 75.83 | 97.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 255 | 123 | 0.32 | 0 | 0.52 | 0 | 97.27 | 1 | 0.74 |
| Hex | AD | FF | 7B | 20 | 0 | 34 | 0 | 61 | 64 | 4A |
| Octal | 255 | 377 | 173 | 40 | 0 | 64 | 0 | 141 | 144 | 112 |
| Binary | 10101101 | 11111111 | 1111011 | 100000 | 0 | 110100 | 0 | 1100001 | 1100100 | 1001010 |
Color Harmonies of #ADFF7B
Complementary color
Monochromatic Colors of #ADFF7B
Black with #ADFF7B
Text Example
Text Example
White with #ADFF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFF7B; }
p { color: rgb(173,255,123); }
H1.HeaderClassName
{
color: #ADFF7B;
}
.AnyTagClassName
{
color: #ADFF7B;
}
</style>
background-color css
<style>
a { background-color: #ADFF7B; }
a { background-color: rgb(173,255,123); }
div.DivClassName
{
background-color: #ADFF7B;
}
.BgClassName
{
background-color: #ADFF7B;
}
</style>
border-color css
<style>
span { border-color: #ADFF7B; }
span { border-color: rgb(173,255,123); }
td.TdClassName
{
border-color: #ADFF7B;
}
.TagClassName
{
border-color: #ADFF7B;
}
</style>