Shades of Pear #CFEC2E
Tints of Pear #CFEC2E
RGB
CMYK
RGB Variations
Color information
#CFEC2E (or 0xCFEC2E) is known color: Pear. HEX triplet: CF, EC and 2E. RGB value is (207,236,46). Sum of RGB (Red+Green+Blue) = 207+236+46=489 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.33% from 489); Green value is 236 (92.58% from 255 or 48.26% from 489); Blue value is 46 (18.36% from 255 or 9.41% from 489); Max value from RGB is 236 - color contains mainly: green. Hex color #CFEC2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFEC2E is #3013D1. Grayscale: #CECECE. Windows color (decimal): -3150802 or 3075279. OLE color: 3075279.
HSL color Cylindrical-coordinate representation of color #CFEC2E: hue angle of 69.16º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CFEC2E is Cyan = 0.12, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 236 | 46 | - |
| CMYK | 0.12 | 0 | 0.81 | 0.07 |
| HSL | 69.16º | 0.83% | 0.55% | - |
| HSV(B) | 69.16º | 0.81% | 0.93% | - |
| XYZ | 56.22 | 73.45 | 13.8 | - |
| YUV | 205.67 | 37.89 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 236 | 46 | 0.12 | 0 | 0.81 | 0.07 | 69.16 | 0.83 | 0.55 |
| Hex | CF | EC | 2E | C | 0 | 51 | 7 | 45 | 53 | 37 |
| Octal | 317 | 354 | 56 | 14 | 0 | 121 | 7 | 105 | 123 | 67 |
| Binary | 11001111 | 11101100 | 101110 | 1100 | 0 | 1010001 | 111 | 1000101 | 1010011 | 110111 |
Color Harmonies of #CFEC2E
Complementary color
Monochromatic Colors of #CFEC2E
Black with #CFEC2E
Text Example
Text Example
White with #CFEC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEC2E; }
p { color: rgb(207,236,46); }
H1.HeaderClassName
{
color: #CFEC2E;
}
.AnyTagClassName
{
color: #CFEC2E;
}
</style>
background-color css
<style>
a { background-color: #CFEC2E; }
a { background-color: rgb(207,236,46); }
div.DivClassName
{
background-color: #CFEC2E;
}
.BgClassName
{
background-color: #CFEC2E;
}
</style>
border-color css
<style>
span { border-color: #CFEC2E; }
span { border-color: rgb(207,236,46); }
td.TdClassName
{
border-color: #CFEC2E;
}
.TagClassName
{
border-color: #CFEC2E;
}
</style>