Shades of Pear #C1F032
Tints of Pear #C1F032
RGB
CMYK
RGB Variations
Color information
#C1F032 (or 0xC1F032) is known color: Pear. HEX triplet: C1, F0 and 32. RGB value is (193,240,50). Sum of RGB (Red+Green+Blue) = 193+240+50=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 240 (94.14% from 255 or 49.69% from 483); Blue value is 50 (19.92% from 255 or 10.35% from 483); Max value from RGB is 240 - color contains mainly: green. Hex color #C1F032 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C1F032 is #3E0FCD. Grayscale: #CDCDCD. Windows color (decimal): -4067278 or 3338433. OLE color: 3338433.
HSL color Cylindrical-coordinate representation of color #C1F032: hue angle of 74.84º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C1F032 is Cyan = 0.20, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 240 | 50 | - |
| CMYK | 0.20 | 0 | 0.79 | 0.06 |
| HSL | 74.84º | 0.86% | 0.57% | - |
| HSV(B) | 74.84º | 0.79% | 0.94% | - |
| XYZ | 53.73 | 73.89 | 14.45 | - |
| YUV | 204.29 | 40.93 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 240 | 50 | 0.20 | 0 | 0.79 | 0.06 | 74.84 | 0.86 | 0.57 |
| Hex | C1 | F0 | 32 | 14 | 0 | 4F | 6 | 4B | 56 | 39 |
| Octal | 301 | 360 | 62 | 24 | 0 | 117 | 6 | 113 | 126 | 71 |
| Binary | 11000001 | 11110000 | 110010 | 10100 | 0 | 1001111 | 110 | 1001011 | 1010110 | 111001 |
Color Harmonies of #C1F032
Complementary color
Monochromatic Colors of #C1F032
Black with #C1F032
Text Example
Text Example
White with #C1F032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F032; }
p { color: rgb(193,240,50); }
H1.HeaderClassName
{
color: #C1F032;
}
.AnyTagClassName
{
color: #C1F032;
}
</style>
background-color css
<style>
a { background-color: #C1F032; }
a { background-color: rgb(193,240,50); }
div.DivClassName
{
background-color: #C1F032;
}
.BgClassName
{
background-color: #C1F032;
}
</style>
border-color css
<style>
span { border-color: #C1F032; }
span { border-color: rgb(193,240,50); }
td.TdClassName
{
border-color: #C1F032;
}
.TagClassName
{
border-color: #C1F032;
}
</style>