Shades of Green Yellow #ADFC3C
Tints of Green Yellow #ADFC3C
RGB
CMYK
RGB Variations
Color information
#ADFC3C (or 0xADFC3C) is known color: Green Yellow. HEX triplet: AD, FC and 3C. RGB value is (173,252,60). Sum of RGB (Red+Green+Blue) = 173+252+60=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 252 (98.83% from 255 or 51.96% from 485); Blue value is 60 (23.83% from 255 or 12.37% from 485); Max value from RGB is 252 - color contains mainly: green. Hex color #ADFC3C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADFC3C is #5203C3. Grayscale: #CFCFCF. Windows color (decimal): -5374916 or 3996845. OLE color: 3996845.
HSL color Cylindrical-coordinate representation of color #ADFC3C: hue angle of 84.69º degrees, saturation: 0.97, 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 #ADFC3C is Cyan = 0.31, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
RGB | 173 | 252 | 60 | - |
CMYK | 0.31 | 0 | 0.76 | 0.01 |
HSL | 84.69º | 0.97% | 0.61% | - |
HSV(B) | 84.69º | 0.76% | 0.99% | - |
XYZ | 52.86 | 78.83 | 16.7 | - |
YUV | 206.49 | 45.33 | 104.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 252 | 60 | 0.31 | 0 | 0.76 | 0.01 | 84.69 | 0.97 | 0.61 |
Hex | AD | FC | 3C | 1F | 0 | 4C | 1 | 55 | 61 | 3D |
Octal | 255 | 374 | 74 | 37 | 0 | 114 | 1 | 125 | 141 | 75 |
Binary | 10101101 | 11111100 | 111100 | 11111 | 0 | 1001100 | 1 | 1010101 | 1100001 | 111101 |
Color Harmonies of #ADFC3C
Complementary color
Monochromatic Colors of #ADFC3C
Black with #ADFC3C
Text Example
Text Example
White with #ADFC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFC3C; }
p { color: rgb(173,252,60); }
H1.HeaderClassName
{
color: #ADFC3C;
}
.AnyTagClassName
{
color: #ADFC3C;
}
</style>
background-color css
<style>
a { background-color: #ADFC3C; }
a { background-color: rgb(173,252,60); }
div.DivClassName
{
background-color: #ADFC3C;
}
.BgClassName
{
background-color: #ADFC3C;
}
</style>
border-color css
<style>
span { border-color: #ADFC3C; }
span { border-color: rgb(173,252,60); }
td.TdClassName
{
border-color: #ADFC3C;
}
.TagClassName
{
border-color: #ADFC3C;
}
</style>