Shades of Pear #C1EC28
Tints of Pear #C1EC28
RGB
CMYK
RGB Variations
Color information
#C1EC28 (or 0xC1EC28) is known color: Pear. HEX triplet: C1, EC and 28. RGB value is (193,236,40). Sum of RGB (Red+Green+Blue) = 193+236+40=469 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.15% from 469); Green value is 236 (92.58% from 255 or 50.32% from 469); Blue value is 40 (16.02% from 255 or 8.53% from 469); Max value from RGB is 236 - color contains mainly: green. Hex color #C1EC28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C1EC28 is #3E13D7. Grayscale: #C9C9C9. Windows color (decimal): -4068312 or 2682049. OLE color: 2682049.
HSL color Cylindrical-coordinate representation of color #C1EC28: hue angle of 73.16º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C1EC28 is Cyan = 0.18, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 236 | 40 | - |
| CMYK | 0.18 | 0 | 0.83 | 0.07 |
| HSL | 73.16º | 0.84% | 0.54% | - |
| HSV(B) | 73.16º | 0.83% | 0.93% | - |
| XYZ | 52.37 | 71.48 | 13.04 | - |
| YUV | 200.8 | 37.25 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 236 | 40 | 0.18 | 0 | 0.83 | 0.07 | 73.16 | 0.84 | 0.54 |
| Hex | C1 | EC | 28 | 12 | 0 | 53 | 7 | 49 | 54 | 36 |
| Octal | 301 | 354 | 50 | 22 | 0 | 123 | 7 | 111 | 124 | 66 |
| Binary | 11000001 | 11101100 | 101000 | 10010 | 0 | 1010011 | 111 | 1001001 | 1010100 | 110110 |
Color Harmonies of #C1EC28
Complementary color
Monochromatic Colors of #C1EC28
Black with #C1EC28
Text Example
Text Example
White with #C1EC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EC28; }
p { color: rgb(193,236,40); }
H1.HeaderClassName
{
color: #C1EC28;
}
.AnyTagClassName
{
color: #C1EC28;
}
</style>
background-color css
<style>
a { background-color: #C1EC28; }
a { background-color: rgb(193,236,40); }
div.DivClassName
{
background-color: #C1EC28;
}
.BgClassName
{
background-color: #C1EC28;
}
</style>
border-color css
<style>
span { border-color: #C1EC28; }
span { border-color: rgb(193,236,40); }
td.TdClassName
{
border-color: #C1EC28;
}
.TagClassName
{
border-color: #C1EC28;
}
</style>