Shades of Green Yellow #C1FF31
Tints of Green Yellow #C1FF31
RGB
CMYK
RGB Variations
Color information
#C1FF31 (or 0xC1FF31) is known color: Green Yellow. HEX triplet: C1, FF and 31. RGB value is (193,255,49). Sum of RGB (Red+Green+Blue) = 193+255+49=497 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.83% from 497); Green value is 255 (100% from 255 or 51.31% from 497); Blue value is 49 (19.53% from 255 or 9.86% from 497); Max value from RGB is 255 - color contains mainly: green. Hex color #C1FF31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C1FF31 is #3E00CE. Grayscale: #D5D5D5. Windows color (decimal): -4063439 or 3276737. OLE color: 3276737.
HSL color Cylindrical-coordinate representation of color #C1FF31: hue angle of 78.06º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C1FF31 is Cyan = 0.24, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 193 | 255 | 49 | - |
| CMYK | 0.24 | 0 | 0.81 | 0 |
| HSL | 78.06º | 1% | 0.6% | - |
| HSV(B) | 78.06º | 0.81% | 1% | - |
| XYZ | 58.31 | 83.08 | 15.87 | - |
| YUV | 212.98 | 35.46 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 255 | 49 | 0.24 | 0 | 0.81 | 0 | 78.06 | 1 | 0.6 |
| Hex | C1 | FF | 31 | 18 | 0 | 51 | 0 | 4E | 64 | 3C |
| Octal | 301 | 377 | 61 | 30 | 0 | 121 | 0 | 116 | 144 | 74 |
| Binary | 11000001 | 11111111 | 110001 | 11000 | 0 | 1010001 | 0 | 1001110 | 1100100 | 111100 |
Color Harmonies of #C1FF31
Complementary color
Monochromatic Colors of #C1FF31
Black with #C1FF31
Text Example
Text Example
White with #C1FF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FF31; }
p { color: rgb(193,255,49); }
H1.HeaderClassName
{
color: #C1FF31;
}
.AnyTagClassName
{
color: #C1FF31;
}
</style>
background-color css
<style>
a { background-color: #C1FF31; }
a { background-color: rgb(193,255,49); }
div.DivClassName
{
background-color: #C1FF31;
}
.BgClassName
{
background-color: #C1FF31;
}
</style>
border-color css
<style>
span { border-color: #C1FF31; }
span { border-color: rgb(193,255,49); }
td.TdClassName
{
border-color: #C1FF31;
}
.TagClassName
{
border-color: #C1FF31;
}
</style>