Shades of Green Yellow #ADFC2B
Tints of Green Yellow #ADFC2B
RGB
CMYK
RGB Variations
Color information
#ADFC2B (or 0xADFC2B) is known color: Green Yellow. HEX triplet: AD, FC and 2B. RGB value is (173,252,43). Sum of RGB (Red+Green+Blue) = 173+252+43=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 252 (98.83% from 255 or 53.85% from 468); Blue value is 43 (17.19% from 255 or 9.19% from 468); Max value from RGB is 252 - color contains mainly: green. Hex color #ADFC2B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADFC2B is #5203D4. Grayscale: #CDCDCD. Windows color (decimal): -5374933 or 2882733. OLE color: 2882733.
HSL color Cylindrical-coordinate representation of color #ADFC2B: hue angle of 82.68º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ADFC2B is Cyan = 0.31, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 252 | 43 | - |
| CMYK | 0.31 | 0 | 0.83 | 0.01 |
| HSL | 82.68º | 0.97% | 0.58% | - |
| HSV(B) | 82.68º | 0.83% | 0.99% | - |
| XYZ | 52.48 | 78.68 | 14.71 | - |
| YUV | 204.55 | 36.83 | 105.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 252 | 43 | 0.31 | 0 | 0.83 | 0.01 | 82.68 | 0.97 | 0.58 |
| Hex | AD | FC | 2B | 1F | 0 | 53 | 1 | 53 | 61 | 3A |
| Octal | 255 | 374 | 53 | 37 | 0 | 123 | 1 | 123 | 141 | 72 |
| Binary | 10101101 | 11111100 | 101011 | 11111 | 0 | 1010011 | 1 | 1010011 | 1100001 | 111010 |
Color Harmonies of #ADFC2B
Complementary color
Monochromatic Colors of #ADFC2B
Black with #ADFC2B
Text Example
Text Example
White with #ADFC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFC2B; }
p { color: rgb(173,252,43); }
H1.HeaderClassName
{
color: #ADFC2B;
}
.AnyTagClassName
{
color: #ADFC2B;
}
</style>
background-color css
<style>
a { background-color: #ADFC2B; }
a { background-color: rgb(173,252,43); }
div.DivClassName
{
background-color: #ADFC2B;
}
.BgClassName
{
background-color: #ADFC2B;
}
</style>
border-color css
<style>
span { border-color: #ADFC2B; }
span { border-color: rgb(173,252,43); }
td.TdClassName
{
border-color: #ADFC2B;
}
.TagClassName
{
border-color: #ADFC2B;
}
</style>