Shades of Pear #C2EB2B
Tints of Pear #C2EB2B
RGB
CMYK
RGB Variations
Color information
#C2EB2B (or 0xC2EB2B) is known color: Pear. HEX triplet: C2, EB and 2B. RGB value is (194,235,43). Sum of RGB (Red+Green+Blue) = 194+235+43=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 235 (92.19% from 255 or 49.79% from 472); Blue value is 43 (17.19% from 255 or 9.11% from 472); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EB2B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2EB2B is #3D14D4. Grayscale: #C9C9C9. Windows color (decimal): -4003029 or 2878402. OLE color: 2878402.
HSL color Cylindrical-coordinate representation of color #C2EB2B: hue angle of 72.81º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C2EB2B is Cyan = 0.17, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 235 | 43 | - |
| CMYK | 0.17 | 0 | 0.82 | 0.08 |
| HSL | 72.81º | 0.83% | 0.55% | - |
| HSV(B) | 72.81º | 0.82% | 0.92% | - |
| XYZ | 52.39 | 71.06 | 13.24 | - |
| YUV | 200.85 | 38.92 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 235 | 43 | 0.17 | 0 | 0.82 | 0.08 | 72.81 | 0.83 | 0.55 |
| Hex | C2 | EB | 2B | 11 | 0 | 52 | 8 | 49 | 53 | 37 |
| Octal | 302 | 353 | 53 | 21 | 0 | 122 | 10 | 111 | 123 | 67 |
| Binary | 11000010 | 11101011 | 101011 | 10001 | 0 | 1010010 | 1000 | 1001001 | 1010011 | 110111 |
Color Harmonies of #C2EB2B
Complementary color
Monochromatic Colors of #C2EB2B
Black with #C2EB2B
Text Example
Text Example
White with #C2EB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EB2B; }
p { color: rgb(194,235,43); }
H1.HeaderClassName
{
color: #C2EB2B;
}
.AnyTagClassName
{
color: #C2EB2B;
}
</style>
background-color css
<style>
a { background-color: #C2EB2B; }
a { background-color: rgb(194,235,43); }
div.DivClassName
{
background-color: #C2EB2B;
}
.BgClassName
{
background-color: #C2EB2B;
}
</style>
border-color css
<style>
span { border-color: #C2EB2B; }
span { border-color: rgb(194,235,43); }
td.TdClassName
{
border-color: #C2EB2B;
}
.TagClassName
{
border-color: #C2EB2B;
}
</style>