Shades of Green Yellow #ADF834
Tints of Green Yellow #ADF834
RGB
CMYK
RGB Variations
Color information
#ADF834 (or 0xADF834) is known color: Green Yellow. HEX triplet: AD, F8 and 34. RGB value is (173,248,52). Sum of RGB (Red+Green+Blue) = 173+248+52=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 248 (97.27% from 255 or 52.43% from 473); Blue value is 52 (20.70% from 255 or 10.99% from 473); Max value from RGB is 248 - color contains mainly: green. Hex color #ADF834 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADF834 is #5207CB. Grayscale: #CBCBCB. Windows color (decimal): -5375948 or 3471533. OLE color: 3471533.
HSL color Cylindrical-coordinate representation of color #ADF834: hue angle of 82.96º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ADF834 is Cyan = 0.30, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 248 | 52 | - |
| CMYK | 0.30 | 0 | 0.79 | 0.03 |
| HSL | 82.96º | 0.93% | 0.59% | - |
| HSV(B) | 82.96º | 0.79% | 0.97% | - |
| XYZ | 51.42 | 76.27 | 15.26 | - |
| YUV | 203.23 | 42.65 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 248 | 52 | 0.30 | 0 | 0.79 | 0.03 | 82.96 | 0.93 | 0.59 |
| Hex | AD | F8 | 34 | 1E | 0 | 4F | 3 | 53 | 5D | 3B |
| Octal | 255 | 370 | 64 | 36 | 0 | 117 | 3 | 123 | 135 | 73 |
| Binary | 10101101 | 11111000 | 110100 | 11110 | 0 | 1001111 | 11 | 1010011 | 1011101 | 111011 |
Color Harmonies of #ADF834
Complementary color
Monochromatic Colors of #ADF834
Black with #ADF834
Text Example
Text Example
White with #ADF834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF834; }
p { color: rgb(173,248,52); }
H1.HeaderClassName
{
color: #ADF834;
}
.AnyTagClassName
{
color: #ADF834;
}
</style>
background-color css
<style>
a { background-color: #ADF834; }
a { background-color: rgb(173,248,52); }
div.DivClassName
{
background-color: #ADF834;
}
.BgClassName
{
background-color: #ADF834;
}
</style>
border-color css
<style>
span { border-color: #ADF834; }
span { border-color: rgb(173,248,52); }
td.TdClassName
{
border-color: #ADF834;
}
.TagClassName
{
border-color: #ADF834;
}
</style>