Shades of Green Yellow #A5FB1B
Tints of Green Yellow #A5FB1B
RGB
CMYK
RGB Variations
Color information
#A5FB1B (or 0xA5FB1B) is known color: Green Yellow. HEX triplet: A5, FB and 1B. RGB value is (165,251,27). Sum of RGB (Red+Green+Blue) = 165+251+27=443 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.25% from 443); Green value is 251 (98.44% from 255 or 56.66% from 443); Blue value is 27 (10.94% from 255 or 6.09% from 443); Max value from RGB is 251 - color contains mainly: green. Hex color #A5FB1B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5FB1B is #5A04E4. Grayscale: #C8C8C8. Windows color (decimal): -5899493 or 1833893. OLE color: 1833893.
HSL color Cylindrical-coordinate representation of color #A5FB1B: hue angle of 83.04º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A5FB1B is Cyan = 0.34, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 251 | 27 | - |
| CMYK | 0.34 | 0 | 0.89 | 0.02 |
| HSL | 83.04º | 0.97% | 0.55% | - |
| HSV(B) | 83.04º | 0.89% | 0.98% | - |
| XYZ | 50.21 | 77.07 | 13.27 | - |
| YUV | 199.75 | 30.51 | 103.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 251 | 27 | 0.34 | 0 | 0.89 | 0.02 | 83.04 | 0.97 | 0.55 |
| Hex | A5 | FB | 1B | 22 | 0 | 59 | 2 | 53 | 61 | 37 |
| Octal | 245 | 373 | 33 | 42 | 0 | 131 | 2 | 123 | 141 | 67 |
| Binary | 10100101 | 11111011 | 11011 | 100010 | 0 | 1011001 | 10 | 1010011 | 1100001 | 110111 |
Color Harmonies of #A5FB1B
Complementary color
Monochromatic Colors of #A5FB1B
Black with #A5FB1B
Text Example
Text Example
White with #A5FB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FB1B; }
p { color: rgb(165,251,27); }
H1.HeaderClassName
{
color: #A5FB1B;
}
.AnyTagClassName
{
color: #A5FB1B;
}
</style>
background-color css
<style>
a { background-color: #A5FB1B; }
a { background-color: rgb(165,251,27); }
div.DivClassName
{
background-color: #A5FB1B;
}
.BgClassName
{
background-color: #A5FB1B;
}
</style>
border-color css
<style>
span { border-color: #A5FB1B; }
span { border-color: rgb(165,251,27); }
td.TdClassName
{
border-color: #A5FB1B;
}
.TagClassName
{
border-color: #A5FB1B;
}
</style>