Shades of Green Yellow #ADFD3C
Tints of Green Yellow #ADFD3C
RGB
CMYK
RGB Variations
Color information
#ADFD3C (or 0xADFD3C) is known color: Green Yellow. HEX triplet: AD, FD and 3C. RGB value is (173,253,60). Sum of RGB (Red+Green+Blue) = 173+253+60=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 253 (99.22% from 255 or 52.06% from 486); Blue value is 60 (23.83% from 255 or 12.35% from 486); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFD3C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADFD3C is #5202C3. Grayscale: #CFCFCF. Windows color (decimal): -5374660 or 3997101. OLE color: 3997101.
HSL color Cylindrical-coordinate representation of color #ADFD3C: hue angle of 84.87º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ADFD3C is Cyan = 0.32, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 253 | 60 | - |
| CMYK | 0.32 | 0 | 0.76 | 0.01 |
| HSL | 84.87º | 0.98% | 0.61% | - |
| HSV(B) | 84.87º | 0.76% | 0.99% | - |
| XYZ | 53.17 | 79.46 | 16.81 | - |
| YUV | 207.08 | 45 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 253 | 60 | 0.32 | 0 | 0.76 | 0.01 | 84.87 | 0.98 | 0.61 |
| Hex | AD | FD | 3C | 20 | 0 | 4C | 1 | 55 | 62 | 3D |
| Octal | 255 | 375 | 74 | 40 | 0 | 114 | 1 | 125 | 142 | 75 |
| Binary | 10101101 | 11111101 | 111100 | 100000 | 0 | 1001100 | 1 | 1010101 | 1100010 | 111101 |
Color Harmonies of #ADFD3C
Complementary color
Monochromatic Colors of #ADFD3C
Black with #ADFD3C
Text Example
Text Example
White with #ADFD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFD3C; }
p { color: rgb(173,253,60); }
H1.HeaderClassName
{
color: #ADFD3C;
}
.AnyTagClassName
{
color: #ADFD3C;
}
</style>
background-color css
<style>
a { background-color: #ADFD3C; }
a { background-color: rgb(173,253,60); }
div.DivClassName
{
background-color: #ADFD3C;
}
.BgClassName
{
background-color: #ADFD3C;
}
</style>
border-color css
<style>
span { border-color: #ADFD3C; }
span { border-color: rgb(173,253,60); }
td.TdClassName
{
border-color: #ADFD3C;
}
.TagClassName
{
border-color: #ADFD3C;
}
</style>