Shades of Green Yellow #C5FF45
Tints of Green Yellow #C5FF45
RGB
CMYK
RGB Variations
Color information
#C5FF45 (or 0xC5FF45) is known color: Green Yellow. HEX triplet: C5, FF and 45. RGB value is (197,255,69). Sum of RGB (Red+Green+Blue) = 197+255+69=521 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.81% from 521); Green value is 255 (100% from 255 or 48.94% from 521); Blue value is 69 (27.34% from 255 or 13.24% from 521); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FF45 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5FF45 is #3A00BA. Grayscale: #D9D9D9. Windows color (decimal): -3801275 or 4587461. OLE color: 4587461.
HSL color Cylindrical-coordinate representation of color #C5FF45: hue angle of 78.71º 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 #C5FF45 is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 255 | 69 | - |
| CMYK | 0.23 | 0 | 0.73 | 0 |
| HSL | 78.71º | 1% | 0.64% | - |
| HSV(B) | 78.71º | 0.73% | 1% | - |
| XYZ | 59.86 | 83.82 | 18.65 | - |
| YUV | 216.45 | 44.78 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 255 | 69 | 0.23 | 0 | 0.73 | 0 | 78.71 | 1 | 0.64 |
| Hex | C5 | FF | 45 | 17 | 0 | 49 | 0 | 4F | 64 | 40 |
| Octal | 305 | 377 | 105 | 27 | 0 | 111 | 0 | 117 | 144 | 100 |
| Binary | 11000101 | 11111111 | 1000101 | 10111 | 0 | 1001001 | 0 | 1001111 | 1100100 | 1000000 |
Color Harmonies of #C5FF45
Complementary color
Monochromatic Colors of #C5FF45
Black with #C5FF45
Text Example
Text Example
White with #C5FF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FF45; }
p { color: rgb(197,255,69); }
H1.HeaderClassName
{
color: #C5FF45;
}
.AnyTagClassName
{
color: #C5FF45;
}
</style>
background-color css
<style>
a { background-color: #C5FF45; }
a { background-color: rgb(197,255,69); }
div.DivClassName
{
background-color: #C5FF45;
}
.BgClassName
{
background-color: #C5FF45;
}
</style>
border-color css
<style>
span { border-color: #C5FF45; }
span { border-color: rgb(197,255,69); }
td.TdClassName
{
border-color: #C5FF45;
}
.TagClassName
{
border-color: #C5FF45;
}
</style>