Shades of Green Yellow #C1F440
Tints of Green Yellow #C1F440
RGB
CMYK
RGB Variations
Color information
#C1F440 (or 0xC1F440) is known color: Green Yellow. HEX triplet: C1, F4 and 40. RGB value is (193,244,64). Sum of RGB (Red+Green+Blue) = 193+244+64=501 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.52% from 501); Green value is 244 (95.70% from 255 or 48.70% from 501); Blue value is 64 (25.39% from 255 or 12.77% from 501); Max value from RGB is 244 - color contains mainly: green. Hex color #C1F440 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C1F440 is #3E0BBF. Grayscale: #D0D0D0. Windows color (decimal): -4066240 or 4256961. OLE color: 4256961.
HSL color Cylindrical-coordinate representation of color #C1F440: hue angle of 77º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C1F440 is Cyan = 0.21, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 193 | 244 | 64 | - |
| CMYK | 0.21 | 0 | 0.74 | 0.04 |
| HSL | 77º | 0.89% | 0.6% | - |
| HSV(B) | 77º | 0.74% | 0.96% | - |
| XYZ | 55.27 | 76.41 | 16.69 | - |
| YUV | 208.23 | 46.6 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 244 | 64 | 0.21 | 0 | 0.74 | 0.04 | 77 | 0.89 | 0.6 |
| Hex | C1 | F4 | 40 | 15 | 0 | 4A | 4 | 4D | 59 | 3C |
| Octal | 301 | 364 | 100 | 25 | 0 | 112 | 4 | 115 | 131 | 74 |
| Binary | 11000001 | 11110100 | 1000000 | 10101 | 0 | 1001010 | 100 | 1001101 | 1011001 | 111100 |
Color Harmonies of #C1F440
Complementary color
Monochromatic Colors of #C1F440
Black with #C1F440
Text Example
Text Example
White with #C1F440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F440; }
p { color: rgb(193,244,64); }
H1.HeaderClassName
{
color: #C1F440;
}
.AnyTagClassName
{
color: #C1F440;
}
</style>
background-color css
<style>
a { background-color: #C1F440; }
a { background-color: rgb(193,244,64); }
div.DivClassName
{
background-color: #C1F440;
}
.BgClassName
{
background-color: #C1F440;
}
</style>
border-color css
<style>
span { border-color: #C1F440; }
span { border-color: rgb(193,244,64); }
td.TdClassName
{
border-color: #C1F440;
}
.TagClassName
{
border-color: #C1F440;
}
</style>