Shades of Green Yellow #ADFD3F
Tints of Green Yellow #ADFD3F
RGB
CMYK
RGB Variations
Color information
#ADFD3F (or 0xADFD3F) is known color: Green Yellow. HEX triplet: AD, FD and 3F. RGB value is (173,253,63). Sum of RGB (Red+Green+Blue) = 173+253+63=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 253 (99.22% from 255 or 51.74% from 489); Blue value is 63 (25% from 255 or 12.88% from 489); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFD3F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADFD3F is #5202C0. Grayscale: #D0D0D0. Windows color (decimal): -5374657 or 4193709. OLE color: 4193709.
HSL color Cylindrical-coordinate representation of color #ADFD3F: hue angle of 85.26º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ADFD3F is Cyan = 0.32, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 253 | 63 | - |
| CMYK | 0.32 | 0 | 0.75 | 0.01 |
| HSL | 85.26º | 0.98% | 0.62% | - |
| HSV(B) | 85.26º | 0.75% | 0.99% | - |
| XYZ | 53.26 | 79.49 | 17.24 | - |
| YUV | 207.42 | 46.5 | 103.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 253 | 63 | 0.32 | 0 | 0.75 | 0.01 | 85.26 | 0.98 | 0.62 |
| Hex | AD | FD | 3F | 20 | 0 | 4B | 1 | 55 | 62 | 3E |
| Octal | 255 | 375 | 77 | 40 | 0 | 113 | 1 | 125 | 142 | 76 |
| Binary | 10101101 | 11111101 | 111111 | 100000 | 0 | 1001011 | 1 | 1010101 | 1100010 | 111110 |
Color Harmonies of #ADFD3F
Complementary color
Monochromatic Colors of #ADFD3F
Black with #ADFD3F
Text Example
Text Example
White with #ADFD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFD3F; }
p { color: rgb(173,253,63); }
H1.HeaderClassName
{
color: #ADFD3F;
}
.AnyTagClassName
{
color: #ADFD3F;
}
</style>
background-color css
<style>
a { background-color: #ADFD3F; }
a { background-color: rgb(173,253,63); }
div.DivClassName
{
background-color: #ADFD3F;
}
.BgClassName
{
background-color: #ADFD3F;
}
</style>
border-color css
<style>
span { border-color: #ADFD3F; }
span { border-color: rgb(173,253,63); }
td.TdClassName
{
border-color: #ADFD3F;
}
.TagClassName
{
border-color: #ADFD3F;
}
</style>