Shades of Green Yellow #ADFD1B
Tints of Green Yellow #ADFD1B
RGB
CMYK
RGB Variations
Color information
#ADFD1B (or 0xADFD1B) is known color: Green Yellow. HEX triplet: AD, FD and 1B. RGB value is (173,253,27). Sum of RGB (Red+Green+Blue) = 173+253+27=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 253 (99.22% from 255 or 55.85% from 453); Blue value is 27 (10.94% from 255 or 5.96% from 453); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFD1B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADFD1B is #5202E4. Grayscale: #CCCCCC. Windows color (decimal): -5374693 or 1834413. OLE color: 1834413.
HSL color Cylindrical-coordinate representation of color #ADFD1B: hue angle of 81.24º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ADFD1B is Cyan = 0.32, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 253 | 27 | - |
| CMYK | 0.32 | 0 | 0.89 | 0.01 |
| HSL | 81.24º | 0.98% | 0.55% | - |
| HSV(B) | 81.24º | 0.89% | 0.99% | - |
| XYZ | 52.56 | 79.21 | 13.56 | - |
| YUV | 203.32 | 28.5 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 253 | 27 | 0.32 | 0 | 0.89 | 0.01 | 81.24 | 0.98 | 0.55 |
| Hex | AD | FD | 1B | 20 | 0 | 59 | 1 | 51 | 62 | 37 |
| Octal | 255 | 375 | 33 | 40 | 0 | 131 | 1 | 121 | 142 | 67 |
| Binary | 10101101 | 11111101 | 11011 | 100000 | 0 | 1011001 | 1 | 1010001 | 1100010 | 110111 |
Color Harmonies of #ADFD1B
Complementary color
Monochromatic Colors of #ADFD1B
Black with #ADFD1B
Text Example
Text Example
White with #ADFD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFD1B; }
p { color: rgb(173,253,27); }
H1.HeaderClassName
{
color: #ADFD1B;
}
.AnyTagClassName
{
color: #ADFD1B;
}
</style>
background-color css
<style>
a { background-color: #ADFD1B; }
a { background-color: rgb(173,253,27); }
div.DivClassName
{
background-color: #ADFD1B;
}
.BgClassName
{
background-color: #ADFD1B;
}
</style>
border-color css
<style>
span { border-color: #ADFD1B; }
span { border-color: rgb(173,253,27); }
td.TdClassName
{
border-color: #ADFD1B;
}
.TagClassName
{
border-color: #ADFD1B;
}
</style>