Shades of Green Yellow #ADFC2D
Tints of Green Yellow #ADFC2D
RGB
CMYK
RGB Variations
Color information
#ADFC2D (or 0xADFC2D) is known color: Green Yellow. HEX triplet: AD, FC and 2D. RGB value is (173,252,45). Sum of RGB (Red+Green+Blue) = 173+252+45=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 252 (98.83% from 255 or 53.62% from 470); Blue value is 45 (17.97% from 255 or 9.57% from 470); Max value from RGB is 252 - color contains mainly: green. Hex color #ADFC2D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADFC2D is #5203D2. Grayscale: #CDCDCD. Windows color (decimal): -5374931 or 3013805. OLE color: 3013805.
HSL color Cylindrical-coordinate representation of color #ADFC2D: hue angle of 82.9º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ADFC2D is Cyan = 0.31, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 252 | 45 | - |
| CMYK | 0.31 | 0 | 0.82 | 0.01 |
| HSL | 82.9º | 0.97% | 0.58% | - |
| HSV(B) | 82.9º | 0.82% | 0.99% | - |
| XYZ | 52.52 | 78.69 | 14.9 | - |
| YUV | 204.78 | 37.83 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 252 | 45 | 0.31 | 0 | 0.82 | 0.01 | 82.9 | 0.97 | 0.58 |
| Hex | AD | FC | 2D | 1F | 0 | 52 | 1 | 53 | 61 | 3A |
| Octal | 255 | 374 | 55 | 37 | 0 | 122 | 1 | 123 | 141 | 72 |
| Binary | 10101101 | 11111100 | 101101 | 11111 | 0 | 1010010 | 1 | 1010011 | 1100001 | 111010 |
Color Harmonies of #ADFC2D
Complementary color
Monochromatic Colors of #ADFC2D
Black with #ADFC2D
Text Example
Text Example
White with #ADFC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFC2D; }
p { color: rgb(173,252,45); }
H1.HeaderClassName
{
color: #ADFC2D;
}
.AnyTagClassName
{
color: #ADFC2D;
}
</style>
background-color css
<style>
a { background-color: #ADFC2D; }
a { background-color: rgb(173,252,45); }
div.DivClassName
{
background-color: #ADFC2D;
}
.BgClassName
{
background-color: #ADFC2D;
}
</style>
border-color css
<style>
span { border-color: #ADFC2D; }
span { border-color: rgb(173,252,45); }
td.TdClassName
{
border-color: #ADFC2D;
}
.TagClassName
{
border-color: #ADFC2D;
}
</style>