Shades of Green Yellow #ADFC32
Tints of Green Yellow #ADFC32
RGB
CMYK
RGB Variations
Color information
#ADFC32 (or 0xADFC32) is known color: Green Yellow. HEX triplet: AD, FC and 32. RGB value is (173,252,50). Sum of RGB (Red+Green+Blue) = 173+252+50=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 252 (98.83% from 255 or 53.05% from 475); Blue value is 50 (19.92% from 255 or 10.53% from 475); Max value from RGB is 252 - color contains mainly: green. Hex color #ADFC32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADFC32 is #5203CD. Grayscale: #CECECE. Windows color (decimal): -5374926 or 3341485. OLE color: 3341485.
HSL color Cylindrical-coordinate representation of color #ADFC32: hue angle of 83.47º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ADFC32 is Cyan = 0.31, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 252 | 50 | - |
| CMYK | 0.31 | 0 | 0.80 | 0.01 |
| HSL | 83.47º | 0.97% | 0.59% | - |
| HSV(B) | 83.47º | 0.8% | 0.99% | - |
| XYZ | 52.62 | 78.74 | 15.44 | - |
| YUV | 205.35 | 40.33 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 252 | 50 | 0.31 | 0 | 0.80 | 0.01 | 83.47 | 0.97 | 0.59 |
| Hex | AD | FC | 32 | 1F | 0 | 50 | 1 | 53 | 61 | 3B |
| Octal | 255 | 374 | 62 | 37 | 0 | 120 | 1 | 123 | 141 | 73 |
| Binary | 10101101 | 11111100 | 110010 | 11111 | 0 | 1010000 | 1 | 1010011 | 1100001 | 111011 |
Color Harmonies of #ADFC32
Complementary color
Monochromatic Colors of #ADFC32
Black with #ADFC32
Text Example
Text Example
White with #ADFC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFC32; }
p { color: rgb(173,252,50); }
H1.HeaderClassName
{
color: #ADFC32;
}
.AnyTagClassName
{
color: #ADFC32;
}
</style>
background-color css
<style>
a { background-color: #ADFC32; }
a { background-color: rgb(173,252,50); }
div.DivClassName
{
background-color: #ADFC32;
}
.BgClassName
{
background-color: #ADFC32;
}
</style>
border-color css
<style>
span { border-color: #ADFC32; }
span { border-color: rgb(173,252,50); }
td.TdClassName
{
border-color: #ADFC32;
}
.TagClassName
{
border-color: #ADFC32;
}
</style>