Shades of Green Yellow #ADFF30
Tints of Green Yellow #ADFF30
RGB
CMYK
RGB Variations
Color information
#ADFF30 (or 0xADFF30) is known color: Green Yellow. HEX triplet: AD, FF and 30. RGB value is (173,255,48). Sum of RGB (Red+Green+Blue) = 173+255+48=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 255 (100% from 255 or 53.57% from 476); Blue value is 48 (19.14% from 255 or 10.08% from 476); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFF30 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADFF30 is #5200CF. Grayscale: #CFCFCF. Windows color (decimal): -5374160 or 3211181. OLE color: 3211181.
HSL color Cylindrical-coordinate representation of color #ADFF30: hue angle of 83.77º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ADFF30 is Cyan = 0.32, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 255 | 48 | - |
| CMYK | 0.32 | 0 | 0.81 | 0 |
| HSL | 83.77º | 1% | 0.59% | - |
| HSV(B) | 83.77º | 0.81% | 1% | - |
| XYZ | 53.53 | 80.62 | 15.54 | - |
| YUV | 206.88 | 38.33 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 255 | 48 | 0.32 | 0 | 0.81 | 0 | 83.77 | 1 | 0.59 |
| Hex | AD | FF | 30 | 20 | 0 | 51 | 0 | 54 | 64 | 3B |
| Octal | 255 | 377 | 60 | 40 | 0 | 121 | 0 | 124 | 144 | 73 |
| Binary | 10101101 | 11111111 | 110000 | 100000 | 0 | 1010001 | 0 | 1010100 | 1100100 | 111011 |
Color Harmonies of #ADFF30
Complementary color
Monochromatic Colors of #ADFF30
Black with #ADFF30
Text Example
Text Example
White with #ADFF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFF30; }
p { color: rgb(173,255,48); }
H1.HeaderClassName
{
color: #ADFF30;
}
.AnyTagClassName
{
color: #ADFF30;
}
</style>
background-color css
<style>
a { background-color: #ADFF30; }
a { background-color: rgb(173,255,48); }
div.DivClassName
{
background-color: #ADFF30;
}
.BgClassName
{
background-color: #ADFF30;
}
</style>
border-color css
<style>
span { border-color: #ADFF30; }
span { border-color: rgb(173,255,48); }
td.TdClassName
{
border-color: #ADFF30;
}
.TagClassName
{
border-color: #ADFF30;
}
</style>