Shades of Pear #CFDD20
Tints of Pear #CFDD20
RGB
CMYK
RGB Variations
Color information
#CFDD20 (or 0xCFDD20) is known color: Pear. HEX triplet: CF, DD and 20. RGB value is (207,221,32). Sum of RGB (Red+Green+Blue) = 207+221+32=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 221 (86.72% from 255 or 48.04% from 460); Blue value is 32 (12.89% from 255 or 6.96% from 460); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDD20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDD20 is #3022DF. Grayscale: #C4C4C4. Windows color (decimal): -3154656 or 2153935. OLE color: 2153935.
HSL color Cylindrical-coordinate representation of color #CFDD20: hue angle of 64.44º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CFDD20 is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 221 | 32 | - |
| CMYK | 0.06 | 0 | 0.86 | 0.13 |
| HSL | 64.44º | 0.75% | 0.5% | - |
| HSV(B) | 64.44º | 0.86% | 0.87% | - |
| XYZ | 51.85 | 65.08 | 11.2 | - |
| YUV | 195.27 | 35.86 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 32 | 0.06 | 0 | 0.86 | 0.13 | 64.44 | 0.75 | 0.5 |
| Hex | CF | DD | 20 | 6 | 0 | 56 | D | 40 | 4B | 32 |
| Octal | 317 | 335 | 40 | 6 | 0 | 126 | 15 | 100 | 113 | 62 |
| Binary | 11001111 | 11011101 | 100000 | 110 | 0 | 1010110 | 1101 | 1000000 | 1001011 | 110010 |
Color Harmonies of #CFDD20
Complementary color
Monochromatic Colors of #CFDD20
Black with #CFDD20
Text Example
Text Example
White with #CFDD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDD20; }
p { color: rgb(207,221,32); }
H1.HeaderClassName
{
color: #CFDD20;
}
.AnyTagClassName
{
color: #CFDD20;
}
</style>
background-color css
<style>
a { background-color: #CFDD20; }
a { background-color: rgb(207,221,32); }
div.DivClassName
{
background-color: #CFDD20;
}
.BgClassName
{
background-color: #CFDD20;
}
</style>
border-color css
<style>
span { border-color: #CFDD20; }
span { border-color: rgb(207,221,32); }
td.TdClassName
{
border-color: #CFDD20;
}
.TagClassName
{
border-color: #CFDD20;
}
</style>