Shades of Green Yellow #ADF741
Tints of Green Yellow #ADF741
RGB
CMYK
RGB Variations
Color information
#ADF741 (or 0xADF741) is known color: Green Yellow. HEX triplet: AD, F7 and 41. RGB value is (173,247,65). Sum of RGB (Red+Green+Blue) = 173+247+65=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 247 (96.88% from 255 or 50.93% from 485); Blue value is 65 (25.78% from 255 or 13.40% from 485); Max value from RGB is 247 - color contains mainly: green. Hex color #ADF741 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADF741 is #5208BE. Grayscale: #CCCCCC. Windows color (decimal): -5376191 or 4323245. OLE color: 4323245.
HSL color Cylindrical-coordinate representation of color #ADF741: hue angle of 84.4º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ADF741 is Cyan = 0.30, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 247 | 65 | - |
| CMYK | 0.30 | 0 | 0.74 | 0.03 |
| HSL | 84.4º | 0.92% | 0.61% | - |
| HSV(B) | 84.4º | 0.74% | 0.97% | - |
| XYZ | 51.45 | 75.79 | 16.92 | - |
| YUV | 204.13 | 49.48 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 247 | 65 | 0.30 | 0 | 0.74 | 0.03 | 84.4 | 0.92 | 0.61 |
| Hex | AD | F7 | 41 | 1E | 0 | 4A | 3 | 54 | 5C | 3D |
| Octal | 255 | 367 | 101 | 36 | 0 | 112 | 3 | 124 | 134 | 75 |
| Binary | 10101101 | 11110111 | 1000001 | 11110 | 0 | 1001010 | 11 | 1010100 | 1011100 | 111101 |
Color Harmonies of #ADF741
Complementary color
Monochromatic Colors of #ADF741
Black with #ADF741
Text Example
Text Example
White with #ADF741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF741; }
p { color: rgb(173,247,65); }
H1.HeaderClassName
{
color: #ADF741;
}
.AnyTagClassName
{
color: #ADF741;
}
</style>
background-color css
<style>
a { background-color: #ADF741; }
a { background-color: rgb(173,247,65); }
div.DivClassName
{
background-color: #ADF741;
}
.BgClassName
{
background-color: #ADF741;
}
</style>
border-color css
<style>
span { border-color: #ADF741; }
span { border-color: rgb(173,247,65); }
td.TdClassName
{
border-color: #ADF741;
}
.TagClassName
{
border-color: #ADF741;
}
</style>