Shades of Green Yellow #ADFF1B
Tints of Green Yellow #ADFF1B
RGB
CMYK
RGB Variations
Color information
#ADFF1B (or 0xADFF1B) is known color: Green Yellow. HEX triplet: AD, FF and 1B. RGB value is (173,255,27). Sum of RGB (Red+Green+Blue) = 173+255+27=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 255 (100% from 255 or 56.04% from 455); Blue value is 27 (10.94% from 255 or 5.93% from 455); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFF1B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADFF1B is #5200E4. Grayscale: #CDCDCD. Windows color (decimal): -5374181 or 1834925. OLE color: 1834925.
HSL color Cylindrical-coordinate representation of color #ADFF1B: hue angle of 81.58º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ADFF1B is Cyan = 0.32, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 255 | 27 | - |
| CMYK | 0.32 | 0 | 0.89 | 0 |
| HSL | 81.58º | 1% | 0.55% | - |
| HSV(B) | 81.58º | 0.89% | 1% | - |
| XYZ | 53.19 | 80.48 | 13.77 | - |
| YUV | 204.49 | 27.83 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 255 | 27 | 0.32 | 0 | 0.89 | 0 | 81.58 | 1 | 0.55 |
| Hex | AD | FF | 1B | 20 | 0 | 59 | 0 | 52 | 64 | 37 |
| Octal | 255 | 377 | 33 | 40 | 0 | 131 | 0 | 122 | 144 | 67 |
| Binary | 10101101 | 11111111 | 11011 | 100000 | 0 | 1011001 | 0 | 1010010 | 1100100 | 110111 |
Color Harmonies of #ADFF1B
Complementary color
Monochromatic Colors of #ADFF1B
Black with #ADFF1B
Text Example
Text Example
White with #ADFF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFF1B; }
p { color: rgb(173,255,27); }
H1.HeaderClassName
{
color: #ADFF1B;
}
.AnyTagClassName
{
color: #ADFF1B;
}
</style>
background-color css
<style>
a { background-color: #ADFF1B; }
a { background-color: rgb(173,255,27); }
div.DivClassName
{
background-color: #ADFF1B;
}
.BgClassName
{
background-color: #ADFF1B;
}
</style>
border-color css
<style>
span { border-color: #ADFF1B; }
span { border-color: rgb(173,255,27); }
td.TdClassName
{
border-color: #ADFF1B;
}
.TagClassName
{
border-color: #ADFF1B;
}
</style>