Shades of Green Yellow #C4FF42
Tints of Green Yellow #C4FF42
RGB
CMYK
RGB Variations
Color information
#C4FF42 (or 0xC4FF42) is known color: Green Yellow. HEX triplet: C4, FF and 42. RGB value is (196,255,66). Sum of RGB (Red+Green+Blue) = 196+255+66=517 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.91% from 517); Green value is 255 (100% from 255 or 49.32% from 517); Blue value is 66 (26.17% from 255 or 12.77% from 517); Max value from RGB is 255 - color contains mainly: green. Hex color #C4FF42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C4FF42 is #3B00BD. Grayscale: #D8D8D8. Windows color (decimal): -3866814 or 4390852. OLE color: 4390852.
HSL color Cylindrical-coordinate representation of color #C4FF42: hue angle of 78.73º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C4FF42 is Cyan = 0.23, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 255 | 66 | - |
| CMYK | 0.23 | 0 | 0.74 | 0 |
| HSL | 78.73º | 1% | 0.63% | - |
| HSV(B) | 78.73º | 0.74% | 1% | - |
| XYZ | 59.51 | 83.65 | 18.16 | - |
| YUV | 215.81 | 43.45 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 255 | 66 | 0.23 | 0 | 0.74 | 0 | 78.73 | 1 | 0.63 |
| Hex | C4 | FF | 42 | 17 | 0 | 4A | 0 | 4F | 64 | 3F |
| Octal | 304 | 377 | 102 | 27 | 0 | 112 | 0 | 117 | 144 | 77 |
| Binary | 11000100 | 11111111 | 1000010 | 10111 | 0 | 1001010 | 0 | 1001111 | 1100100 | 111111 |
Color Harmonies of #C4FF42
Complementary color
Monochromatic Colors of #C4FF42
Black with #C4FF42
Text Example
Text Example
White with #C4FF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4FF42; }
p { color: rgb(196,255,66); }
H1.HeaderClassName
{
color: #C4FF42;
}
.AnyTagClassName
{
color: #C4FF42;
}
</style>
background-color css
<style>
a { background-color: #C4FF42; }
a { background-color: rgb(196,255,66); }
div.DivClassName
{
background-color: #C4FF42;
}
.BgClassName
{
background-color: #C4FF42;
}
</style>
border-color css
<style>
span { border-color: #C4FF42; }
span { border-color: rgb(196,255,66); }
td.TdClassName
{
border-color: #C4FF42;
}
.TagClassName
{
border-color: #C4FF42;
}
</style>