Shades of Green Yellow #C5F820
Tints of Green Yellow #C5F820
RGB
CMYK
RGB Variations
Color information
#C5F820 (or 0xC5F820) is known color: Green Yellow. HEX triplet: C5, F8 and 20. RGB value is (197,248,32). Sum of RGB (Red+Green+Blue) = 197+248+32=477 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.30% from 477); Green value is 248 (97.27% from 255 or 51.99% from 477); Blue value is 32 (12.89% from 255 or 6.71% from 477); Max value from RGB is 248 - color contains mainly: green. Hex color #C5F820 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5F820 is #3A07DF. Grayscale: #D0D0D0. Windows color (decimal): -3803104 or 2160837. OLE color: 2160837.
HSL color Cylindrical-coordinate representation of color #C5F820: hue angle of 74.17º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C5F820 is Cyan = 0.21, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 248 | 32 | - |
| CMYK | 0.21 | 0 | 0.87 | 0.03 |
| HSL | 74.17º | 0.94% | 0.55% | - |
| HSV(B) | 74.17º | 0.87% | 0.97% | - |
| XYZ | 56.85 | 79.11 | 13.64 | - |
| YUV | 208.13 | 28.6 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 248 | 32 | 0.21 | 0 | 0.87 | 0.03 | 74.17 | 0.94 | 0.55 |
| Hex | C5 | F8 | 20 | 15 | 0 | 57 | 3 | 4A | 5E | 37 |
| Octal | 305 | 370 | 40 | 25 | 0 | 127 | 3 | 112 | 136 | 67 |
| Binary | 11000101 | 11111000 | 100000 | 10101 | 0 | 1010111 | 11 | 1001010 | 1011110 | 110111 |
Color Harmonies of #C5F820
Complementary color
Monochromatic Colors of #C5F820
Black with #C5F820
Text Example
Text Example
White with #C5F820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F820; }
p { color: rgb(197,248,32); }
H1.HeaderClassName
{
color: #C5F820;
}
.AnyTagClassName
{
color: #C5F820;
}
</style>
background-color css
<style>
a { background-color: #C5F820; }
a { background-color: rgb(197,248,32); }
div.DivClassName
{
background-color: #C5F820;
}
.BgClassName
{
background-color: #C5F820;
}
</style>
border-color css
<style>
span { border-color: #C5F820; }
span { border-color: rgb(197,248,32); }
td.TdClassName
{
border-color: #C5F820;
}
.TagClassName
{
border-color: #C5F820;
}
</style>