Shades of Pear #C1EF2B
Tints of Pear #C1EF2B
RGB
CMYK
RGB Variations
Color information
#C1EF2B (or 0xC1EF2B) is known color: Pear. HEX triplet: C1, EF and 2B. RGB value is (193,239,43). Sum of RGB (Red+Green+Blue) = 193+239+43=475 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.63% from 475); Green value is 239 (93.75% from 255 or 50.32% from 475); Blue value is 43 (17.19% from 255 or 9.05% from 475); Max value from RGB is 239 - color contains mainly: green. Hex color #C1EF2B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C1EF2B is #3E10D4. Grayscale: #CBCBCB. Windows color (decimal): -4067541 or 2879425. OLE color: 2879425.
HSL color Cylindrical-coordinate representation of color #C1EF2B: hue angle of 74.08º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C1EF2B is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 239 | 43 | - |
| CMYK | 0.19 | 0 | 0.82 | 0.06 |
| HSL | 74.08º | 0.86% | 0.55% | - |
| HSV(B) | 74.08º | 0.82% | 0.94% | - |
| XYZ | 53.29 | 73.24 | 13.61 | - |
| YUV | 202.9 | 37.76 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 239 | 43 | 0.19 | 0 | 0.82 | 0.06 | 74.08 | 0.86 | 0.55 |
| Hex | C1 | EF | 2B | 13 | 0 | 52 | 6 | 4A | 56 | 37 |
| Octal | 301 | 357 | 53 | 23 | 0 | 122 | 6 | 112 | 126 | 67 |
| Binary | 11000001 | 11101111 | 101011 | 10011 | 0 | 1010010 | 110 | 1001010 | 1010110 | 110111 |
Color Harmonies of #C1EF2B
Complementary color
Monochromatic Colors of #C1EF2B
Black with #C1EF2B
Text Example
Text Example
White with #C1EF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EF2B; }
p { color: rgb(193,239,43); }
H1.HeaderClassName
{
color: #C1EF2B;
}
.AnyTagClassName
{
color: #C1EF2B;
}
</style>
background-color css
<style>
a { background-color: #C1EF2B; }
a { background-color: rgb(193,239,43); }
div.DivClassName
{
background-color: #C1EF2B;
}
.BgClassName
{
background-color: #C1EF2B;
}
</style>
border-color css
<style>
span { border-color: #C1EF2B; }
span { border-color: rgb(193,239,43); }
td.TdClassName
{
border-color: #C1EF2B;
}
.TagClassName
{
border-color: #C1EF2B;
}
</style>