Shades of Green Yellow #C4FF1F
Tints of Green Yellow #C4FF1F
RGB
CMYK
RGB Variations
Color information
#C4FF1F (or 0xC4FF1F) is known color: Green Yellow. HEX triplet: C4, FF and 1F. RGB value is (196,255,31). Sum of RGB (Red+Green+Blue) = 196+255+31=482 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.66% from 482); Green value is 255 (100% from 255 or 52.90% from 482); Blue value is 31 (12.5% from 255 or 6.43% from 482); Max value from RGB is 255 - color contains mainly: green. Hex color #C4FF1F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C4FF1F is #3B00E0. Grayscale: #D4D4D4. Windows color (decimal): -3866849 or 2097092. OLE color: 2097092.
HSL color Cylindrical-coordinate representation of color #C4FF1F: hue angle of 75.8º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C4FF1F is Cyan = 0.23, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 255 | 31 | - |
| CMYK | 0.23 | 0 | 0.88 | 0 |
| HSL | 75.8º | 1% | 0.56% | - |
| HSV(B) | 75.8º | 0.88% | 1% | - |
| XYZ | 58.77 | 83.35 | 14.29 | - |
| YUV | 211.82 | 25.95 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 255 | 31 | 0.23 | 0 | 0.88 | 0 | 75.8 | 1 | 0.56 |
| Hex | C4 | FF | 1F | 17 | 0 | 58 | 0 | 4C | 64 | 38 |
| Octal | 304 | 377 | 37 | 27 | 0 | 130 | 0 | 114 | 144 | 70 |
| Binary | 11000100 | 11111111 | 11111 | 10111 | 0 | 1011000 | 0 | 1001100 | 1100100 | 111000 |
Color Harmonies of #C4FF1F
Complementary color
Monochromatic Colors of #C4FF1F
Black with #C4FF1F
Text Example
Text Example
White with #C4FF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4FF1F; }
p { color: rgb(196,255,31); }
H1.HeaderClassName
{
color: #C4FF1F;
}
.AnyTagClassName
{
color: #C4FF1F;
}
</style>
background-color css
<style>
a { background-color: #C4FF1F; }
a { background-color: rgb(196,255,31); }
div.DivClassName
{
background-color: #C4FF1F;
}
.BgClassName
{
background-color: #C4FF1F;
}
</style>
border-color css
<style>
span { border-color: #C4FF1F; }
span { border-color: rgb(196,255,31); }
td.TdClassName
{
border-color: #C4FF1F;
}
.TagClassName
{
border-color: #C4FF1F;
}
</style>