Shades of Pear #CFE220
Tints of Pear #CFE220
RGB
CMYK
RGB Variations
Color information
#CFE220 (or 0xCFE220) is known color: Pear. HEX triplet: CF, E2 and 20. RGB value is (207,226,32). Sum of RGB (Red+Green+Blue) = 207+226+32=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 226 (88.67% from 255 or 48.60% from 465); Blue value is 32 (12.89% from 255 or 6.88% from 465); Max value from RGB is 226 - color contains mainly: green. Hex color #CFE220 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE220 is #301DDF. Grayscale: #C6C6C6. Windows color (decimal): -3153376 or 2155215. OLE color: 2155215.
HSL color Cylindrical-coordinate representation of color #CFE220: hue angle of 65.88º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CFE220 is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 226 | 32 | - |
| CMYK | 0.08 | 0 | 0.86 | 0.11 |
| HSL | 65.88º | 0.77% | 0.51% | - |
| HSV(B) | 65.88º | 0.86% | 0.89% | - |
| XYZ | 53.19 | 67.76 | 11.64 | - |
| YUV | 198.2 | 34.21 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 226 | 32 | 0.08 | 0 | 0.86 | 0.11 | 65.88 | 0.77 | 0.51 |
| Hex | CF | E2 | 20 | 8 | 0 | 56 | B | 42 | 4D | 33 |
| Octal | 317 | 342 | 40 | 10 | 0 | 126 | 13 | 102 | 115 | 63 |
| Binary | 11001111 | 11100010 | 100000 | 1000 | 0 | 1010110 | 1011 | 1000010 | 1001101 | 110011 |
Color Harmonies of #CFE220
Complementary color
Monochromatic Colors of #CFE220
Black with #CFE220
Text Example
Text Example
White with #CFE220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE220; }
p { color: rgb(207,226,32); }
H1.HeaderClassName
{
color: #CFE220;
}
.AnyTagClassName
{
color: #CFE220;
}
</style>
background-color css
<style>
a { background-color: #CFE220; }
a { background-color: rgb(207,226,32); }
div.DivClassName
{
background-color: #CFE220;
}
.BgClassName
{
background-color: #CFE220;
}
</style>
border-color css
<style>
span { border-color: #CFE220; }
span { border-color: rgb(207,226,32); }
td.TdClassName
{
border-color: #CFE220;
}
.TagClassName
{
border-color: #CFE220;
}
</style>