Shades of Green Yellow #ADFF2B
Tints of Green Yellow #ADFF2B
RGB
CMYK
RGB Variations
Color information
#ADFF2B (or 0xADFF2B) is known color: Green Yellow. HEX triplet: AD, FF and 2B. RGB value is (173,255,43). Sum of RGB (Red+Green+Blue) = 173+255+43=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 255 (100% from 255 or 54.14% from 471); Blue value is 43 (17.19% from 255 or 9.13% from 471); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFF2B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADFF2B is #5200D4. Grayscale: #CFCFCF. Windows color (decimal): -5374165 or 2883501. OLE color: 2883501.
HSL color Cylindrical-coordinate representation of color #ADFF2B: hue angle of 83.21º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ADFF2B is Cyan = 0.32, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 255 | 43 | - |
| CMYK | 0.32 | 0 | 0.83 | 0 |
| HSL | 83.21º | 1% | 0.58% | - |
| HSV(B) | 83.21º | 0.83% | 1% | - |
| XYZ | 53.43 | 80.58 | 15.02 | - |
| YUV | 206.31 | 35.83 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 255 | 43 | 0.32 | 0 | 0.83 | 0 | 83.21 | 1 | 0.58 |
| Hex | AD | FF | 2B | 20 | 0 | 53 | 0 | 53 | 64 | 3A |
| Octal | 255 | 377 | 53 | 40 | 0 | 123 | 0 | 123 | 144 | 72 |
| Binary | 10101101 | 11111111 | 101011 | 100000 | 0 | 1010011 | 0 | 1010011 | 1100100 | 111010 |
Color Harmonies of #ADFF2B
Complementary color
Monochromatic Colors of #ADFF2B
Black with #ADFF2B
Text Example
Text Example
White with #ADFF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFF2B; }
p { color: rgb(173,255,43); }
H1.HeaderClassName
{
color: #ADFF2B;
}
.AnyTagClassName
{
color: #ADFF2B;
}
</style>
background-color css
<style>
a { background-color: #ADFF2B; }
a { background-color: rgb(173,255,43); }
div.DivClassName
{
background-color: #ADFF2B;
}
.BgClassName
{
background-color: #ADFF2B;
}
</style>
border-color css
<style>
span { border-color: #ADFF2B; }
span { border-color: rgb(173,255,43); }
td.TdClassName
{
border-color: #ADFF2B;
}
.TagClassName
{
border-color: #ADFF2B;
}
</style>