Shades of Pear #CFEC20
Tints of Pear #CFEC20
RGB
CMYK
RGB Variations
Color information
#CFEC20 (or 0xCFEC20) is known color: Pear. HEX triplet: CF, EC and 20. RGB value is (207,236,32). Sum of RGB (Red+Green+Blue) = 207+236+32=475 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.58% from 475); Green value is 236 (92.58% from 255 or 49.68% from 475); Blue value is 32 (12.89% from 255 or 6.74% from 475); Max value from RGB is 236 - color contains mainly: green. Hex color #CFEC20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFEC20 is #3013DF. Grayscale: #CCCCCC. Windows color (decimal): -3150816 or 2157775. OLE color: 2157775.
HSL color Cylindrical-coordinate representation of color #CFEC20: hue angle of 68.53º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CFEC20 is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 236 | 32 | - |
| CMYK | 0.12 | 0 | 0.86 | 0.07 |
| HSL | 68.53º | 0.84% | 0.53% | - |
| HSV(B) | 68.53º | 0.86% | 0.93% | - |
| XYZ | 55.99 | 73.36 | 12.58 | - |
| YUV | 204.07 | 30.89 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 236 | 32 | 0.12 | 0 | 0.86 | 0.07 | 68.53 | 0.84 | 0.53 |
| Hex | CF | EC | 20 | C | 0 | 56 | 7 | 45 | 54 | 35 |
| Octal | 317 | 354 | 40 | 14 | 0 | 126 | 7 | 105 | 124 | 65 |
| Binary | 11001111 | 11101100 | 100000 | 1100 | 0 | 1010110 | 111 | 1000101 | 1010100 | 110101 |
Color Harmonies of #CFEC20
Complementary color
Monochromatic Colors of #CFEC20
Black with #CFEC20
Text Example
Text Example
White with #CFEC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEC20; }
p { color: rgb(207,236,32); }
H1.HeaderClassName
{
color: #CFEC20;
}
.AnyTagClassName
{
color: #CFEC20;
}
</style>
background-color css
<style>
a { background-color: #CFEC20; }
a { background-color: rgb(207,236,32); }
div.DivClassName
{
background-color: #CFEC20;
}
.BgClassName
{
background-color: #CFEC20;
}
</style>
border-color css
<style>
span { border-color: #CFEC20; }
span { border-color: rgb(207,236,32); }
td.TdClassName
{
border-color: #CFEC20;
}
.TagClassName
{
border-color: #CFEC20;
}
</style>