Shades of Green Yellow #A5FB3C
Tints of Green Yellow #A5FB3C
RGB
CMYK
RGB Variations
Color information
#A5FB3C (or 0xA5FB3C) is known color: Green Yellow. HEX triplet: A5, FB and 3C. RGB value is (165,251,60). Sum of RGB (Red+Green+Blue) = 165+251+60=476 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.66% from 476); Green value is 251 (98.44% from 255 or 52.73% from 476); Blue value is 60 (23.83% from 255 or 12.61% from 476); Max value from RGB is 251 - color contains mainly: green. Hex color #A5FB3C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5FB3C is #5A04C3. Grayscale: #CCCCCC. Windows color (decimal): -5899460 or 3996581. OLE color: 3996581.
HSL color Cylindrical-coordinate representation of color #A5FB3C: hue angle of 87.02º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A5FB3C is Cyan = 0.34, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 251 | 60 | - |
| CMYK | 0.34 | 0 | 0.76 | 0.02 |
| HSL | 87.02º | 0.96% | 0.61% | - |
| HSV(B) | 87.02º | 0.76% | 0.98% | - |
| XYZ | 50.83 | 77.32 | 16.52 | - |
| YUV | 203.51 | 47.01 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 251 | 60 | 0.34 | 0 | 0.76 | 0.02 | 87.02 | 0.96 | 0.61 |
| Hex | A5 | FB | 3C | 22 | 0 | 4C | 2 | 57 | 60 | 3D |
| Octal | 245 | 373 | 74 | 42 | 0 | 114 | 2 | 127 | 140 | 75 |
| Binary | 10100101 | 11111011 | 111100 | 100010 | 0 | 1001100 | 10 | 1010111 | 1100000 | 111101 |
Color Harmonies of #A5FB3C
Complementary color
Monochromatic Colors of #A5FB3C
Black with #A5FB3C
Text Example
Text Example
White with #A5FB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FB3C; }
p { color: rgb(165,251,60); }
H1.HeaderClassName
{
color: #A5FB3C;
}
.AnyTagClassName
{
color: #A5FB3C;
}
</style>
background-color css
<style>
a { background-color: #A5FB3C; }
a { background-color: rgb(165,251,60); }
div.DivClassName
{
background-color: #A5FB3C;
}
.BgClassName
{
background-color: #A5FB3C;
}
</style>
border-color css
<style>
span { border-color: #A5FB3C; }
span { border-color: rgb(165,251,60); }
td.TdClassName
{
border-color: #A5FB3C;
}
.TagClassName
{
border-color: #A5FB3C;
}
</style>