Shades of Pear #C2EE2E
Tints of Pear #C2EE2E
RGB
CMYK
RGB Variations
Color information
#C2EE2E (or 0xC2EE2E) is known color: Pear. HEX triplet: C2, EE and 2E. RGB value is (194,238,46). Sum of RGB (Red+Green+Blue) = 194+238+46=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 238 (93.36% from 255 or 49.79% from 478); Blue value is 46 (18.36% from 255 or 9.62% from 478); Max value from RGB is 238 - color contains mainly: green. Hex color #C2EE2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2EE2E is #3D11D1. Grayscale: #CBCBCB. Windows color (decimal): -4002258 or 3075778. OLE color: 3075778.
HSL color Cylindrical-coordinate representation of color #C2EE2E: hue angle of 73.75º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C2EE2E is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 238 | 46 | - |
| CMYK | 0.18 | 0 | 0.81 | 0.07 |
| HSL | 73.75º | 0.85% | 0.56% | - |
| HSV(B) | 73.75º | 0.81% | 0.93% | - |
| XYZ | 53.32 | 72.82 | 13.83 | - |
| YUV | 202.96 | 39.42 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 238 | 46 | 0.18 | 0 | 0.81 | 0.07 | 73.75 | 0.85 | 0.56 |
| Hex | C2 | EE | 2E | 12 | 0 | 51 | 7 | 4A | 55 | 38 |
| Octal | 302 | 356 | 56 | 22 | 0 | 121 | 7 | 112 | 125 | 70 |
| Binary | 11000010 | 11101110 | 101110 | 10010 | 0 | 1010001 | 111 | 1001010 | 1010101 | 111000 |
Color Harmonies of #C2EE2E
Complementary color
Monochromatic Colors of #C2EE2E
Black with #C2EE2E
Text Example
Text Example
White with #C2EE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EE2E; }
p { color: rgb(194,238,46); }
H1.HeaderClassName
{
color: #C2EE2E;
}
.AnyTagClassName
{
color: #C2EE2E;
}
</style>
background-color css
<style>
a { background-color: #C2EE2E; }
a { background-color: rgb(194,238,46); }
div.DivClassName
{
background-color: #C2EE2E;
}
.BgClassName
{
background-color: #C2EE2E;
}
</style>
border-color css
<style>
span { border-color: #C2EE2E; }
span { border-color: rgb(194,238,46); }
td.TdClassName
{
border-color: #C2EE2E;
}
.TagClassName
{
border-color: #C2EE2E;
}
</style>