Shades of Pear #C2EF2F
Tints of Pear #C2EF2F
RGB
CMYK
RGB Variations
Color information
#C2EF2F (or 0xC2EF2F) is known color: Pear. HEX triplet: C2, EF and 2F. RGB value is (194,239,47). Sum of RGB (Red+Green+Blue) = 194+239+47=480 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.42% from 480); Green value is 239 (93.75% from 255 or 49.79% from 480); Blue value is 47 (18.75% from 255 or 9.79% from 480); Max value from RGB is 239 - color contains mainly: green. Hex color #C2EF2F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2EF2F is #3D10D0. Grayscale: #CCCCCC. Windows color (decimal): -4002001 or 3141570. OLE color: 3141570.
HSL color Cylindrical-coordinate representation of color #C2EF2F: hue angle of 74.06º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C2EF2F is Cyan = 0.19, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 239 | 47 | - |
| CMYK | 0.19 | 0 | 0.80 | 0.06 |
| HSL | 74.06º | 0.86% | 0.56% | - |
| HSV(B) | 74.06º | 0.8% | 0.94% | - |
| XYZ | 53.63 | 73.41 | 14.03 | - |
| YUV | 203.66 | 39.59 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 239 | 47 | 0.19 | 0 | 0.80 | 0.06 | 74.06 | 0.86 | 0.56 |
| Hex | C2 | EF | 2F | 13 | 0 | 50 | 6 | 4A | 56 | 38 |
| Octal | 302 | 357 | 57 | 23 | 0 | 120 | 6 | 112 | 126 | 70 |
| Binary | 11000010 | 11101111 | 101111 | 10011 | 0 | 1010000 | 110 | 1001010 | 1010110 | 111000 |
Color Harmonies of #C2EF2F
Complementary color
Monochromatic Colors of #C2EF2F
Black with #C2EF2F
Text Example
Text Example
White with #C2EF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EF2F; }
p { color: rgb(194,239,47); }
H1.HeaderClassName
{
color: #C2EF2F;
}
.AnyTagClassName
{
color: #C2EF2F;
}
</style>
background-color css
<style>
a { background-color: #C2EF2F; }
a { background-color: rgb(194,239,47); }
div.DivClassName
{
background-color: #C2EF2F;
}
.BgClassName
{
background-color: #C2EF2F;
}
</style>
border-color css
<style>
span { border-color: #C2EF2F; }
span { border-color: rgb(194,239,47); }
td.TdClassName
{
border-color: #C2EF2F;
}
.TagClassName
{
border-color: #C2EF2F;
}
</style>