Shades of Green Yellow #ADF133
Tints of Green Yellow #ADF133
RGB
CMYK
RGB Variations
Color information
#ADF133 (or 0xADF133) is known color: Green Yellow. HEX triplet: AD, F1 and 33. RGB value is (173,241,51). Sum of RGB (Red+Green+Blue) = 173+241+51=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 241 (94.53% from 255 or 51.83% from 465); Blue value is 51 (20.31% from 255 or 10.97% from 465); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF133 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADF133 is #520ECC. Grayscale: #C7C7C7. Windows color (decimal): -5377741 or 3404205. OLE color: 3404205.
HSL color Cylindrical-coordinate representation of color #ADF133: hue angle of 81.47º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ADF133 is Cyan = 0.28, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 241 | 51 | - |
| CMYK | 0.28 | 0 | 0.79 | 0.05 |
| HSL | 81.47º | 0.87% | 0.57% | - |
| HSV(B) | 81.47º | 0.79% | 0.95% | - |
| XYZ | 49.29 | 72.03 | 14.44 | - |
| YUV | 199.01 | 44.47 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 241 | 51 | 0.28 | 0 | 0.79 | 0.05 | 81.47 | 0.87 | 0.57 |
| Hex | AD | F1 | 33 | 1C | 0 | 4F | 5 | 51 | 57 | 39 |
| Octal | 255 | 361 | 63 | 34 | 0 | 117 | 5 | 121 | 127 | 71 |
| Binary | 10101101 | 11110001 | 110011 | 11100 | 0 | 1001111 | 101 | 1010001 | 1010111 | 111001 |
Color Harmonies of #ADF133
Complementary color
Monochromatic Colors of #ADF133
Black with #ADF133
Text Example
Text Example
White with #ADF133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF133; }
p { color: rgb(173,241,51); }
H1.HeaderClassName
{
color: #ADF133;
}
.AnyTagClassName
{
color: #ADF133;
}
</style>
background-color css
<style>
a { background-color: #ADF133; }
a { background-color: rgb(173,241,51); }
div.DivClassName
{
background-color: #ADF133;
}
.BgClassName
{
background-color: #ADF133;
}
</style>
border-color css
<style>
span { border-color: #ADF133; }
span { border-color: rgb(173,241,51); }
td.TdClassName
{
border-color: #ADF133;
}
.TagClassName
{
border-color: #ADF133;
}
</style>