Shades of Green Yellow #C1F532
Tints of Green Yellow #C1F532
RGB
CMYK
RGB Variations
Color information
#C1F532 (or 0xC1F532) is known color: Green Yellow. HEX triplet: C1, F5 and 32. RGB value is (193,245,50). Sum of RGB (Red+Green+Blue) = 193+245+50=488 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.55% from 488); Green value is 245 (96.09% from 255 or 50.20% from 488); Blue value is 50 (19.92% from 255 or 10.25% from 488); Max value from RGB is 245 - color contains mainly: green. Hex color #C1F532 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C1F532 is #3E0ACD. Grayscale: #CFCFCF. Windows color (decimal): -4065998 or 3339713. OLE color: 3339713.
HSL color Cylindrical-coordinate representation of color #C1F532: hue angle of 76º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C1F532 is Cyan = 0.21, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 193 | 245 | 50 | - |
| CMYK | 0.21 | 0 | 0.80 | 0.04 |
| HSL | 76º | 0.91% | 0.58% | - |
| HSV(B) | 76º | 0.8% | 0.96% | - |
| XYZ | 55.22 | 76.87 | 14.95 | - |
| YUV | 207.22 | 39.27 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 245 | 50 | 0.21 | 0 | 0.80 | 0.04 | 76 | 0.91 | 0.58 |
| Hex | C1 | F5 | 32 | 15 | 0 | 50 | 4 | 4C | 5B | 3A |
| Octal | 301 | 365 | 62 | 25 | 0 | 120 | 4 | 114 | 133 | 72 |
| Binary | 11000001 | 11110101 | 110010 | 10101 | 0 | 1010000 | 100 | 1001100 | 1011011 | 111010 |
Color Harmonies of #C1F532
Complementary color
Monochromatic Colors of #C1F532
Black with #C1F532
Text Example
Text Example
White with #C1F532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F532; }
p { color: rgb(193,245,50); }
H1.HeaderClassName
{
color: #C1F532;
}
.AnyTagClassName
{
color: #C1F532;
}
</style>
background-color css
<style>
a { background-color: #C1F532; }
a { background-color: rgb(193,245,50); }
div.DivClassName
{
background-color: #C1F532;
}
.BgClassName
{
background-color: #C1F532;
}
</style>
border-color css
<style>
span { border-color: #C1F532; }
span { border-color: rgb(193,245,50); }
td.TdClassName
{
border-color: #C1F532;
}
.TagClassName
{
border-color: #C1F532;
}
</style>