Shades of Pear #C1EC2D
Tints of Pear #C1EC2D
RGB
CMYK
RGB Variations
Color information
#C1EC2D (or 0xC1EC2D) is known color: Pear. HEX triplet: C1, EC and 2D. RGB value is (193,236,45). Sum of RGB (Red+Green+Blue) = 193+236+45=474 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.72% from 474); Green value is 236 (92.58% from 255 or 49.79% from 474); Blue value is 45 (17.97% from 255 or 9.49% from 474); Max value from RGB is 236 - color contains mainly: green. Hex color #C1EC2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C1EC2D is #3E13D2. Grayscale: #CACACA. Windows color (decimal): -4068307 or 3009729. OLE color: 3009729.
HSL color Cylindrical-coordinate representation of color #C1EC2D: hue angle of 73.51º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C1EC2D is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 236 | 45 | - |
| CMYK | 0.18 | 0 | 0.81 | 0.07 |
| HSL | 73.51º | 0.83% | 0.55% | - |
| HSV(B) | 73.51º | 0.81% | 0.93% | - |
| XYZ | 52.46 | 71.52 | 13.52 | - |
| YUV | 201.37 | 39.75 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 236 | 45 | 0.18 | 0 | 0.81 | 0.07 | 73.51 | 0.83 | 0.55 |
| Hex | C1 | EC | 2D | 12 | 0 | 51 | 7 | 4A | 53 | 37 |
| Octal | 301 | 354 | 55 | 22 | 0 | 121 | 7 | 112 | 123 | 67 |
| Binary | 11000001 | 11101100 | 101101 | 10010 | 0 | 1010001 | 111 | 1001010 | 1010011 | 110111 |
Color Harmonies of #C1EC2D
Complementary color
Monochromatic Colors of #C1EC2D
Black with #C1EC2D
Text Example
Text Example
White with #C1EC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EC2D; }
p { color: rgb(193,236,45); }
H1.HeaderClassName
{
color: #C1EC2D;
}
.AnyTagClassName
{
color: #C1EC2D;
}
</style>
background-color css
<style>
a { background-color: #C1EC2D; }
a { background-color: rgb(193,236,45); }
div.DivClassName
{
background-color: #C1EC2D;
}
.BgClassName
{
background-color: #C1EC2D;
}
</style>
border-color css
<style>
span { border-color: #C1EC2D; }
span { border-color: rgb(193,236,45); }
td.TdClassName
{
border-color: #C1EC2D;
}
.TagClassName
{
border-color: #C1EC2D;
}
</style>