Shades of Green Yellow #C1FF1F
Tints of Green Yellow #C1FF1F
RGB
CMYK
RGB Variations
Color information
#C1FF1F (or 0xC1FF1F) is known color: Green Yellow. HEX triplet: C1, FF and 1F. RGB value is (193,255,31). Sum of RGB (Red+Green+Blue) = 193+255+31=479 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.29% from 479); Green value is 255 (100% from 255 or 53.24% from 479); Blue value is 31 (12.5% from 255 or 6.47% from 479); Max value from RGB is 255 - color contains mainly: green. Hex color #C1FF1F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C1FF1F is #3E00E0. Grayscale: #D3D3D3. Windows color (decimal): -4063457 or 2097089. OLE color: 2097089.
HSL color Cylindrical-coordinate representation of color #C1FF1F: hue angle of 76.61º 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 #C1FF1F is Cyan = 0.24, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 193 | 255 | 31 | - |
| CMYK | 0.24 | 0 | 0.88 | 0 |
| HSL | 76.61º | 1% | 0.56% | - |
| HSV(B) | 76.61º | 0.88% | 1% | - |
| XYZ | 58 | 82.96 | 14.25 | - |
| YUV | 210.93 | 26.46 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 255 | 31 | 0.24 | 0 | 0.88 | 0 | 76.61 | 1 | 0.56 |
| Hex | C1 | FF | 1F | 18 | 0 | 58 | 0 | 4D | 64 | 38 |
| Octal | 301 | 377 | 37 | 30 | 0 | 130 | 0 | 115 | 144 | 70 |
| Binary | 11000001 | 11111111 | 11111 | 11000 | 0 | 1011000 | 0 | 1001101 | 1100100 | 111000 |
Color Harmonies of #C1FF1F
Complementary color
Monochromatic Colors of #C1FF1F
Black with #C1FF1F
Text Example
Text Example
White with #C1FF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FF1F; }
p { color: rgb(193,255,31); }
H1.HeaderClassName
{
color: #C1FF1F;
}
.AnyTagClassName
{
color: #C1FF1F;
}
</style>
background-color css
<style>
a { background-color: #C1FF1F; }
a { background-color: rgb(193,255,31); }
div.DivClassName
{
background-color: #C1FF1F;
}
.BgClassName
{
background-color: #C1FF1F;
}
</style>
border-color css
<style>
span { border-color: #C1FF1F; }
span { border-color: rgb(193,255,31); }
td.TdClassName
{
border-color: #C1FF1F;
}
.TagClassName
{
border-color: #C1FF1F;
}
</style>