Shades of Green Yellow #C5FF32
Tints of Green Yellow #C5FF32
RGB
CMYK
RGB Variations
Color information
#C5FF32 (or 0xC5FF32) is known color: Green Yellow. HEX triplet: C5, FF and 32. RGB value is (197,255,50). Sum of RGB (Red+Green+Blue) = 197+255+50=502 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.24% from 502); Green value is 255 (100% from 255 or 50.80% from 502); Blue value is 50 (19.92% from 255 or 9.96% from 502); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FF32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5FF32 is #3A00CD. Grayscale: #D7D7D7. Windows color (decimal): -3801294 or 3342277. OLE color: 3342277.
HSL color Cylindrical-coordinate representation of color #C5FF32: hue angle of 76.98º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C5FF32 is Cyan = 0.23, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 255 | 50 | - |
| CMYK | 0.23 | 0 | 0.80 | 0 |
| HSL | 76.98º | 1% | 0.6% | - |
| HSV(B) | 76.98º | 0.8% | 1% | - |
| XYZ | 59.36 | 83.62 | 16.03 | - |
| YUV | 214.29 | 35.28 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 255 | 50 | 0.23 | 0 | 0.80 | 0 | 76.98 | 1 | 0.6 |
| Hex | C5 | FF | 32 | 17 | 0 | 50 | 0 | 4D | 64 | 3C |
| Octal | 305 | 377 | 62 | 27 | 0 | 120 | 0 | 115 | 144 | 74 |
| Binary | 11000101 | 11111111 | 110010 | 10111 | 0 | 1010000 | 0 | 1001101 | 1100100 | 111100 |
Color Harmonies of #C5FF32
Complementary color
Monochromatic Colors of #C5FF32
Black with #C5FF32
Text Example
Text Example
White with #C5FF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FF32; }
p { color: rgb(197,255,50); }
H1.HeaderClassName
{
color: #C5FF32;
}
.AnyTagClassName
{
color: #C5FF32;
}
</style>
background-color css
<style>
a { background-color: #C5FF32; }
a { background-color: rgb(197,255,50); }
div.DivClassName
{
background-color: #C5FF32;
}
.BgClassName
{
background-color: #C5FF32;
}
</style>
border-color css
<style>
span { border-color: #C5FF32; }
span { border-color: rgb(197,255,50); }
td.TdClassName
{
border-color: #C5FF32;
}
.TagClassName
{
border-color: #C5FF32;
}
</style>