Shades of Green Yellow #ADF742
Tints of Green Yellow #ADF742
RGB
CMYK
RGB Variations
Color information
#ADF742 (or 0xADF742) is known color: Green Yellow. HEX triplet: AD, F7 and 42. RGB value is (173,247,66). Sum of RGB (Red+Green+Blue) = 173+247+66=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 247 (96.88% from 255 or 50.82% from 486); Blue value is 66 (26.17% from 255 or 13.58% from 486); Max value from RGB is 247 - color contains mainly: green. Hex color #ADF742 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADF742 is #5208BD. Grayscale: #CCCCCC. Windows color (decimal): -5376190 or 4388781. OLE color: 4388781.
HSL color Cylindrical-coordinate representation of color #ADF742: hue angle of 84.53º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ADF742 is Cyan = 0.30, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 247 | 66 | - |
| CMYK | 0.30 | 0 | 0.73 | 0.03 |
| HSL | 84.53º | 0.92% | 0.61% | - |
| HSV(B) | 84.53º | 0.73% | 0.97% | - |
| XYZ | 51.48 | 75.8 | 17.07 | - |
| YUV | 204.24 | 49.98 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 247 | 66 | 0.30 | 0 | 0.73 | 0.03 | 84.53 | 0.92 | 0.61 |
| Hex | AD | F7 | 42 | 1E | 0 | 49 | 3 | 55 | 5C | 3D |
| Octal | 255 | 367 | 102 | 36 | 0 | 111 | 3 | 125 | 134 | 75 |
| Binary | 10101101 | 11110111 | 1000010 | 11110 | 0 | 1001001 | 11 | 1010101 | 1011100 | 111101 |
Color Harmonies of #ADF742
Complementary color
Monochromatic Colors of #ADF742
Black with #ADF742
Text Example
Text Example
White with #ADF742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF742; }
p { color: rgb(173,247,66); }
H1.HeaderClassName
{
color: #ADF742;
}
.AnyTagClassName
{
color: #ADF742;
}
</style>
background-color css
<style>
a { background-color: #ADF742; }
a { background-color: rgb(173,247,66); }
div.DivClassName
{
background-color: #ADF742;
}
.BgClassName
{
background-color: #ADF742;
}
</style>
border-color css
<style>
span { border-color: #ADF742; }
span { border-color: rgb(173,247,66); }
td.TdClassName
{
border-color: #ADF742;
}
.TagClassName
{
border-color: #ADF742;
}
</style>