Shades of Pear #C1F126
Tints of Pear #C1F126
RGB
CMYK
RGB Variations
Color information
#C1F126 (or 0xC1F126) is known color: Pear. HEX triplet: C1, F1 and 26. RGB value is (193,241,38). Sum of RGB (Red+Green+Blue) = 193+241+38=472 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.89% from 472); Green value is 241 (94.53% from 255 or 51.06% from 472); Blue value is 38 (15.23% from 255 or 8.05% from 472); Max value from RGB is 241 - color contains mainly: green. Hex color #C1F126 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C1F126 is #3E0ED9. Grayscale: #CCCCCC. Windows color (decimal): -4067034 or 2552257. OLE color: 2552257.
HSL color Cylindrical-coordinate representation of color #C1F126: hue angle of 74.19º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C1F126 is Cyan = 0.20, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 241 | 38 | - |
| CMYK | 0.20 | 0 | 0.84 | 0.05 |
| HSL | 74.19º | 0.88% | 0.55% | - |
| HSV(B) | 74.19º | 0.84% | 0.95% | - |
| XYZ | 53.8 | 74.39 | 13.36 | - |
| YUV | 203.51 | 34.6 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 241 | 38 | 0.20 | 0 | 0.84 | 0.05 | 74.19 | 0.88 | 0.55 |
| Hex | C1 | F1 | 26 | 14 | 0 | 54 | 5 | 4A | 58 | 37 |
| Octal | 301 | 361 | 46 | 24 | 0 | 124 | 5 | 112 | 130 | 67 |
| Binary | 11000001 | 11110001 | 100110 | 10100 | 0 | 1010100 | 101 | 1001010 | 1011000 | 110111 |
Color Harmonies of #C1F126
Complementary color
Monochromatic Colors of #C1F126
Black with #C1F126
Text Example
Text Example
White with #C1F126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F126; }
p { color: rgb(193,241,38); }
H1.HeaderClassName
{
color: #C1F126;
}
.AnyTagClassName
{
color: #C1F126;
}
</style>
background-color css
<style>
a { background-color: #C1F126; }
a { background-color: rgb(193,241,38); }
div.DivClassName
{
background-color: #C1F126;
}
.BgClassName
{
background-color: #C1F126;
}
</style>
border-color css
<style>
span { border-color: #C1F126; }
span { border-color: rgb(193,241,38); }
td.TdClassName
{
border-color: #C1F126;
}
.TagClassName
{
border-color: #C1F126;
}
</style>