Shades of Green Yellow #ADFD41
Tints of Green Yellow #ADFD41
RGB
CMYK
RGB Variations
Color information
#ADFD41 (or 0xADFD41) is known color: Green Yellow. HEX triplet: AD, FD and 41. RGB value is (173,253,65). Sum of RGB (Red+Green+Blue) = 173+253+65=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 253 (99.22% from 255 or 51.53% from 491); Blue value is 65 (25.78% from 255 or 13.24% from 491); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFD41 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADFD41 is #5202BE. Grayscale: #D0D0D0. Windows color (decimal): -5374655 or 4324781. OLE color: 4324781.
HSL color Cylindrical-coordinate representation of color #ADFD41: hue angle of 85.53º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ADFD41 is Cyan = 0.32, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 253 | 65 | - |
| CMYK | 0.32 | 0 | 0.74 | 0.01 |
| HSL | 85.53º | 0.98% | 0.62% | - |
| HSV(B) | 85.53º | 0.74% | 0.99% | - |
| XYZ | 53.31 | 79.52 | 17.54 | - |
| YUV | 207.65 | 47.5 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 253 | 65 | 0.32 | 0 | 0.74 | 0.01 | 85.53 | 0.98 | 0.62 |
| Hex | AD | FD | 41 | 20 | 0 | 4A | 1 | 56 | 62 | 3E |
| Octal | 255 | 375 | 101 | 40 | 0 | 112 | 1 | 126 | 142 | 76 |
| Binary | 10101101 | 11111101 | 1000001 | 100000 | 0 | 1001010 | 1 | 1010110 | 1100010 | 111110 |
Color Harmonies of #ADFD41
Complementary color
Monochromatic Colors of #ADFD41
Black with #ADFD41
Text Example
Text Example
White with #ADFD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFD41; }
p { color: rgb(173,253,65); }
H1.HeaderClassName
{
color: #ADFD41;
}
.AnyTagClassName
{
color: #ADFD41;
}
</style>
background-color css
<style>
a { background-color: #ADFD41; }
a { background-color: rgb(173,253,65); }
div.DivClassName
{
background-color: #ADFD41;
}
.BgClassName
{
background-color: #ADFD41;
}
</style>
border-color css
<style>
span { border-color: #ADFD41; }
span { border-color: rgb(173,253,65); }
td.TdClassName
{
border-color: #ADFD41;
}
.TagClassName
{
border-color: #ADFD41;
}
</style>