Shades of GreenYellow #ADFF2F
Tints of GreenYellow #ADFF2F
RGB
CMYK
RGB Variations
Color information
#ADFF2F (or 0xADFF2F) is known color: GreenYellow. HEX triplet: AD, FF and 2F. RGB value is (173,255,47). Sum of RGB (Red+Green+Blue) = 173+255+47=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 255 (100% from 255 or 53.68% from 475); Blue value is 47 (18.75% from 255 or 9.89% from 475); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFF2F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADFF2F is #5200D0. Grayscale: #CFCFCF. Windows color (decimal): -5374161 or 3145645. OLE color: 3145645.
HSL color Cylindrical-coordinate representation of color #ADFF2F: hue angle of 83.65º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ADFF2F is Cyan = 0.32, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
RGB | 173 | 255 | 47 | - |
CMYK | 0.32 | 0 | 0.82 | 0 |
HSL | 83.65º | 1% | 0.59% | - |
HSV(B) | 83.65º | 0.82% | 1% | - |
XYZ | 53.51 | 80.61 | 15.43 | - |
YUV | 206.77 | 37.83 | 103.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 255 | 47 | 0.32 | 0 | 0.82 | 0 | 83.65 | 1 | 0.59 |
Hex | AD | FF | 2F | 20 | 0 | 52 | 0 | 54 | 64 | 3B |
Octal | 255 | 377 | 57 | 40 | 0 | 122 | 0 | 124 | 144 | 73 |
Binary | 10101101 | 11111111 | 101111 | 100000 | 0 | 1010010 | 0 | 1010100 | 1100100 | 111011 |
Color Harmonies of #ADFF2F
Complementary color
Monochromatic Colors of #ADFF2F
Black with #ADFF2F
Text Example
Text Example
White with #ADFF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFF2F; }
p { color: rgb(173,255,47); }
H1.HeaderClassName
{
color: #ADFF2F;
}
.AnyTagClassName
{
color: #ADFF2F;
}
</style>
background-color css
<style>
a { background-color: #ADFF2F; }
a { background-color: rgb(173,255,47); }
div.DivClassName
{
background-color: #ADFF2F;
}
.BgClassName
{
background-color: #ADFF2F;
}
</style>
border-color css
<style>
span { border-color: #ADFF2F; }
span { border-color: rgb(173,255,47); }
td.TdClassName
{
border-color: #ADFF2F;
}
.TagClassName
{
border-color: #ADFF2F;
}
</style>