Shades of Green Yellow #ADFC28
Tints of Green Yellow #ADFC28
RGB
CMYK
RGB Variations
Color information
#ADFC28 (or 0xADFC28) is known color: Green Yellow. HEX triplet: AD, FC and 28. RGB value is (173,252,40). Sum of RGB (Red+Green+Blue) = 173+252+40=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 252 (98.83% from 255 or 54.19% from 465); Blue value is 40 (16.02% from 255 or 8.60% from 465); Max value from RGB is 252 - color contains mainly: green. Hex color #ADFC28 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADFC28 is #5203D7. Grayscale: #CCCCCC. Windows color (decimal): -5374936 or 2686125. OLE color: 2686125.
HSL color Cylindrical-coordinate representation of color #ADFC28: hue angle of 82.36º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ADFC28 is Cyan = 0.31, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 252 | 40 | - |
| CMYK | 0.31 | 0 | 0.84 | 0.01 |
| HSL | 82.36º | 0.97% | 0.57% | - |
| HSV(B) | 82.36º | 0.84% | 0.99% | - |
| XYZ | 52.43 | 78.66 | 14.43 | - |
| YUV | 204.21 | 35.33 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 252 | 40 | 0.31 | 0 | 0.84 | 0.01 | 82.36 | 0.97 | 0.57 |
| Hex | AD | FC | 28 | 1F | 0 | 54 | 1 | 52 | 61 | 39 |
| Octal | 255 | 374 | 50 | 37 | 0 | 124 | 1 | 122 | 141 | 71 |
| Binary | 10101101 | 11111100 | 101000 | 11111 | 0 | 1010100 | 1 | 1010010 | 1100001 | 111001 |
Color Harmonies of #ADFC28
Complementary color
Monochromatic Colors of #ADFC28
Black with #ADFC28
Text Example
Text Example
White with #ADFC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFC28; }
p { color: rgb(173,252,40); }
H1.HeaderClassName
{
color: #ADFC28;
}
.AnyTagClassName
{
color: #ADFC28;
}
</style>
background-color css
<style>
a { background-color: #ADFC28; }
a { background-color: rgb(173,252,40); }
div.DivClassName
{
background-color: #ADFC28;
}
.BgClassName
{
background-color: #ADFC28;
}
</style>
border-color css
<style>
span { border-color: #ADFC28; }
span { border-color: rgb(173,252,40); }
td.TdClassName
{
border-color: #ADFC28;
}
.TagClassName
{
border-color: #ADFC28;
}
</style>