Shades of Green Yellow #C5FB2A
Tints of Green Yellow #C5FB2A
RGB
CMYK
RGB Variations
Color information
#C5FB2A (or 0xC5FB2A) is known color: Green Yellow. HEX triplet: C5, FB and 2A. RGB value is (197,251,42). Sum of RGB (Red+Green+Blue) = 197+251+42=490 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.20% from 490); Green value is 251 (98.44% from 255 or 51.22% from 490); Blue value is 42 (16.80% from 255 or 8.57% from 490); Max value from RGB is 251 - color contains mainly: green. Hex color #C5FB2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5FB2A is #3A04D5. Grayscale: #D3D3D3. Windows color (decimal): -3802326 or 2816965. OLE color: 2816965.
HSL color Cylindrical-coordinate representation of color #C5FB2A: hue angle of 75.5º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C5FB2A is Cyan = 0.22, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 251 | 42 | - |
| CMYK | 0.22 | 0 | 0.83 | 0.02 |
| HSL | 75.5º | 0.96% | 0.57% | - |
| HSV(B) | 75.5º | 0.83% | 0.98% | - |
| XYZ | 57.94 | 81.03 | 14.78 | - |
| YUV | 211.03 | 32.61 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 251 | 42 | 0.22 | 0 | 0.83 | 0.02 | 75.5 | 0.96 | 0.57 |
| Hex | C5 | FB | 2A | 16 | 0 | 53 | 2 | 4C | 60 | 39 |
| Octal | 305 | 373 | 52 | 26 | 0 | 123 | 2 | 114 | 140 | 71 |
| Binary | 11000101 | 11111011 | 101010 | 10110 | 0 | 1010011 | 10 | 1001100 | 1100000 | 111001 |
Color Harmonies of #C5FB2A
Complementary color
Monochromatic Colors of #C5FB2A
Black with #C5FB2A
Text Example
Text Example
White with #C5FB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FB2A; }
p { color: rgb(197,251,42); }
H1.HeaderClassName
{
color: #C5FB2A;
}
.AnyTagClassName
{
color: #C5FB2A;
}
</style>
background-color css
<style>
a { background-color: #C5FB2A; }
a { background-color: rgb(197,251,42); }
div.DivClassName
{
background-color: #C5FB2A;
}
.BgClassName
{
background-color: #C5FB2A;
}
</style>
border-color css
<style>
span { border-color: #C5FB2A; }
span { border-color: rgb(197,251,42); }
td.TdClassName
{
border-color: #C5FB2A;
}
.TagClassName
{
border-color: #C5FB2A;
}
</style>