Shades of Green Yellow #C5FF46
Tints of Green Yellow #C5FF46
RGB
CMYK
RGB Variations
Color information
#C5FF46 (or 0xC5FF46) is known color: Green Yellow. HEX triplet: C5, FF and 46. RGB value is (197,255,70). Sum of RGB (Red+Green+Blue) = 197+255+70=522 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.74% from 522); Green value is 255 (100% from 255 or 48.85% from 522); Blue value is 70 (27.73% from 255 or 13.41% from 522); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FF46 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5FF46 is #3A00B9. Grayscale: #D9D9D9. Windows color (decimal): -3801274 or 4652997. OLE color: 4652997.
HSL color Cylindrical-coordinate representation of color #C5FF46: hue angle of 78.81º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C5FF46 is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 255 | 70 | - |
| CMYK | 0.23 | 0 | 0.73 | 0 |
| HSL | 78.81º | 1% | 0.64% | - |
| HSV(B) | 78.81º | 0.73% | 1% | - |
| XYZ | 59.89 | 83.83 | 18.82 | - |
| YUV | 216.57 | 45.28 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 255 | 70 | 0.23 | 0 | 0.73 | 0 | 78.81 | 1 | 0.64 |
| Hex | C5 | FF | 46 | 17 | 0 | 49 | 0 | 4F | 64 | 40 |
| Octal | 305 | 377 | 106 | 27 | 0 | 111 | 0 | 117 | 144 | 100 |
| Binary | 11000101 | 11111111 | 1000110 | 10111 | 0 | 1001001 | 0 | 1001111 | 1100100 | 1000000 |
Color Harmonies of #C5FF46
Complementary color
Monochromatic Colors of #C5FF46
Black with #C5FF46
Text Example
Text Example
White with #C5FF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FF46; }
p { color: rgb(197,255,70); }
H1.HeaderClassName
{
color: #C5FF46;
}
.AnyTagClassName
{
color: #C5FF46;
}
</style>
background-color css
<style>
a { background-color: #C5FF46; }
a { background-color: rgb(197,255,70); }
div.DivClassName
{
background-color: #C5FF46;
}
.BgClassName
{
background-color: #C5FF46;
}
</style>
border-color css
<style>
span { border-color: #C5FF46; }
span { border-color: rgb(197,255,70); }
td.TdClassName
{
border-color: #C5FF46;
}
.TagClassName
{
border-color: #C5FF46;
}
</style>