Shades of Pear #C1EB2D
Tints of Pear #C1EB2D
RGB
CMYK
RGB Variations
Color information
#C1EB2D (or 0xC1EB2D) is known color: Pear. HEX triplet: C1, EB and 2D. RGB value is (193,235,45). Sum of RGB (Red+Green+Blue) = 193+235+45=473 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.80% from 473); Green value is 235 (92.19% from 255 or 49.68% from 473); Blue value is 45 (17.97% from 255 or 9.51% from 473); Max value from RGB is 235 - color contains mainly: green. Hex color #C1EB2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C1EB2D is #3E14D2. Grayscale: #C9C9C9. Windows color (decimal): -4068563 or 3009473. OLE color: 3009473.
HSL color Cylindrical-coordinate representation of color #C1EB2D: hue angle of 73.26º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C1EB2D is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 235 | 45 | - |
| CMYK | 0.18 | 0 | 0.81 | 0.08 |
| HSL | 73.26º | 0.83% | 0.55% | - |
| HSV(B) | 73.26º | 0.81% | 0.92% | - |
| XYZ | 52.17 | 70.94 | 13.43 | - |
| YUV | 200.78 | 40.09 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 235 | 45 | 0.18 | 0 | 0.81 | 0.08 | 73.26 | 0.83 | 0.55 |
| Hex | C1 | EB | 2D | 12 | 0 | 51 | 8 | 49 | 53 | 37 |
| Octal | 301 | 353 | 55 | 22 | 0 | 121 | 10 | 111 | 123 | 67 |
| Binary | 11000001 | 11101011 | 101101 | 10010 | 0 | 1010001 | 1000 | 1001001 | 1010011 | 110111 |
Color Harmonies of #C1EB2D
Complementary color
Monochromatic Colors of #C1EB2D
Black with #C1EB2D
Text Example
Text Example
White with #C1EB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EB2D; }
p { color: rgb(193,235,45); }
H1.HeaderClassName
{
color: #C1EB2D;
}
.AnyTagClassName
{
color: #C1EB2D;
}
</style>
background-color css
<style>
a { background-color: #C1EB2D; }
a { background-color: rgb(193,235,45); }
div.DivClassName
{
background-color: #C1EB2D;
}
.BgClassName
{
background-color: #C1EB2D;
}
</style>
border-color css
<style>
span { border-color: #C1EB2D; }
span { border-color: rgb(193,235,45); }
td.TdClassName
{
border-color: #C1EB2D;
}
.TagClassName
{
border-color: #C1EB2D;
}
</style>