Shades of Green Yellow #A5FD3C
Tints of Green Yellow #A5FD3C
RGB
CMYK
RGB Variations
Color information
#A5FD3C (or 0xA5FD3C) is known color: Green Yellow. HEX triplet: A5, FD and 3C. RGB value is (165,253,60). Sum of RGB (Red+Green+Blue) = 165+253+60=478 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.52% from 478); Green value is 253 (99.22% from 255 or 52.93% from 478); Blue value is 60 (23.83% from 255 or 12.55% from 478); Max value from RGB is 253 - color contains mainly: green. Hex color #A5FD3C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5FD3C is #5A02C3. Grayscale: #CDCDCD. Windows color (decimal): -5898948 or 3997093. OLE color: 3997093.
HSL color Cylindrical-coordinate representation of color #A5FD3C: hue angle of 87.36º 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 #A5FD3C is Cyan = 0.35, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 165 | 253 | 60 | - |
| CMYK | 0.35 | 0 | 0.76 | 0.01 |
| HSL | 87.36º | 0.98% | 0.61% | - |
| HSV(B) | 87.36º | 0.76% | 0.99% | - |
| XYZ | 51.46 | 78.58 | 16.73 | - |
| YUV | 204.69 | 46.35 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 253 | 60 | 0.35 | 0 | 0.76 | 0.01 | 87.36 | 0.98 | 0.61 |
| Hex | A5 | FD | 3C | 23 | 0 | 4C | 1 | 57 | 62 | 3D |
| Octal | 245 | 375 | 74 | 43 | 0 | 114 | 1 | 127 | 142 | 75 |
| Binary | 10100101 | 11111101 | 111100 | 100011 | 0 | 1001100 | 1 | 1010111 | 1100010 | 111101 |
Color Harmonies of #A5FD3C
Complementary color
Monochromatic Colors of #A5FD3C
Black with #A5FD3C
Text Example
Text Example
White with #A5FD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FD3C; }
p { color: rgb(165,253,60); }
H1.HeaderClassName
{
color: #A5FD3C;
}
.AnyTagClassName
{
color: #A5FD3C;
}
</style>
background-color css
<style>
a { background-color: #A5FD3C; }
a { background-color: rgb(165,253,60); }
div.DivClassName
{
background-color: #A5FD3C;
}
.BgClassName
{
background-color: #A5FD3C;
}
</style>
border-color css
<style>
span { border-color: #A5FD3C; }
span { border-color: rgb(165,253,60); }
td.TdClassName
{
border-color: #A5FD3C;
}
.TagClassName
{
border-color: #A5FD3C;
}
</style>