Shades of Green Yellow #ADFD2F
Tints of Green Yellow #ADFD2F
RGB
CMYK
RGB Variations
Color information
#ADFD2F (or 0xADFD2F) is known color: Green Yellow. HEX triplet: AD, FD and 2F. RGB value is (173,253,47). Sum of RGB (Red+Green+Blue) = 173+253+47=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 253 (99.22% from 255 or 53.49% from 473); Blue value is 47 (18.75% from 255 or 9.94% from 473); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFD2F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADFD2F is #5202D0. Grayscale: #CECECE. Windows color (decimal): -5374673 or 3145133. OLE color: 3145133.
HSL color Cylindrical-coordinate representation of color #ADFD2F: hue angle of 83.3º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ADFD2F is Cyan = 0.32, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 253 | 47 | - |
| CMYK | 0.32 | 0 | 0.81 | 0.01 |
| HSL | 83.3º | 0.98% | 0.59% | - |
| HSV(B) | 83.3º | 0.81% | 0.99% | - |
| XYZ | 52.87 | 79.34 | 15.22 | - |
| YUV | 205.6 | 38.5 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 253 | 47 | 0.32 | 0 | 0.81 | 0.01 | 83.3 | 0.98 | 0.59 |
| Hex | AD | FD | 2F | 20 | 0 | 51 | 1 | 53 | 62 | 3B |
| Octal | 255 | 375 | 57 | 40 | 0 | 121 | 1 | 123 | 142 | 73 |
| Binary | 10101101 | 11111101 | 101111 | 100000 | 0 | 1010001 | 1 | 1010011 | 1100010 | 111011 |
Color Harmonies of #ADFD2F
Complementary color
Monochromatic Colors of #ADFD2F
Black with #ADFD2F
Text Example
Text Example
White with #ADFD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFD2F; }
p { color: rgb(173,253,47); }
H1.HeaderClassName
{
color: #ADFD2F;
}
.AnyTagClassName
{
color: #ADFD2F;
}
</style>
background-color css
<style>
a { background-color: #ADFD2F; }
a { background-color: rgb(173,253,47); }
div.DivClassName
{
background-color: #ADFD2F;
}
.BgClassName
{
background-color: #ADFD2F;
}
</style>
border-color css
<style>
span { border-color: #ADFD2F; }
span { border-color: rgb(173,253,47); }
td.TdClassName
{
border-color: #ADFD2F;
}
.TagClassName
{
border-color: #ADFD2F;
}
</style>