Shades of Pear #C2EA27
Tints of Pear #C2EA27
RGB
CMYK
RGB Variations
Color information
#C2EA27 (or 0xC2EA27) is known color: Pear. HEX triplet: C2, EA and 27. RGB value is (194,234,39). Sum of RGB (Red+Green+Blue) = 194+234+39=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 234 (91.80% from 255 or 50.11% from 467); Blue value is 39 (15.62% from 255 or 8.35% from 467); Max value from RGB is 234 - color contains mainly: green. Hex color #C2EA27 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2EA27 is #3D15D8. Grayscale: #C8C8C8. Windows color (decimal): -4003289 or 2616002. OLE color: 2616002.
HSL color Cylindrical-coordinate representation of color #C2EA27: hue angle of 72.31º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C2EA27 is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 234 | 39 | - |
| CMYK | 0.17 | 0 | 0.83 | 0.08 |
| HSL | 72.31º | 0.82% | 0.54% | - |
| HSV(B) | 72.31º | 0.83% | 0.92% | - |
| XYZ | 52.04 | 70.46 | 12.78 | - |
| YUV | 199.81 | 37.25 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 234 | 39 | 0.17 | 0 | 0.83 | 0.08 | 72.31 | 0.82 | 0.54 |
| Hex | C2 | EA | 27 | 11 | 0 | 53 | 8 | 48 | 52 | 36 |
| Octal | 302 | 352 | 47 | 21 | 0 | 123 | 10 | 110 | 122 | 66 |
| Binary | 11000010 | 11101010 | 100111 | 10001 | 0 | 1010011 | 1000 | 1001000 | 1010010 | 110110 |
Color Harmonies of #C2EA27
Complementary color
Monochromatic Colors of #C2EA27
Black with #C2EA27
Text Example
Text Example
White with #C2EA27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EA27; }
p { color: rgb(194,234,39); }
H1.HeaderClassName
{
color: #C2EA27;
}
.AnyTagClassName
{
color: #C2EA27;
}
</style>
background-color css
<style>
a { background-color: #C2EA27; }
a { background-color: rgb(194,234,39); }
div.DivClassName
{
background-color: #C2EA27;
}
.BgClassName
{
background-color: #C2EA27;
}
</style>
border-color css
<style>
span { border-color: #C2EA27; }
span { border-color: rgb(194,234,39); }
td.TdClassName
{
border-color: #C2EA27;
}
.TagClassName
{
border-color: #C2EA27;
}
</style>