Shades of Pear #CFDF2D
Tints of Pear #CFDF2D
RGB
CMYK
RGB Variations
Color information
#CFDF2D (or 0xCFDF2D) is known color: Pear. HEX triplet: CF, DF and 2D. RGB value is (207,223,45). Sum of RGB (Red+Green+Blue) = 207+223+45=475 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.58% from 475); Green value is 223 (87.5% from 255 or 46.95% from 475); Blue value is 45 (17.97% from 255 or 9.47% from 475); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDF2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDF2D is #3020D2. Grayscale: #C6C6C6. Windows color (decimal): -3154131 or 3006415. OLE color: 3006415.
HSL color Cylindrical-coordinate representation of color #CFDF2D: hue angle of 65.39º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CFDF2D is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 223 | 45 | - |
| CMYK | 0.07 | 0 | 0.80 | 0.13 |
| HSL | 65.39º | 0.74% | 0.53% | - |
| HSV(B) | 65.39º | 0.8% | 0.87% | - |
| XYZ | 52.59 | 66.23 | 12.49 | - |
| YUV | 197.92 | 41.7 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 223 | 45 | 0.07 | 0 | 0.80 | 0.13 | 65.39 | 0.74 | 0.53 |
| Hex | CF | DF | 2D | 7 | 0 | 50 | D | 41 | 4A | 35 |
| Octal | 317 | 337 | 55 | 7 | 0 | 120 | 15 | 101 | 112 | 65 |
| Binary | 11001111 | 11011111 | 101101 | 111 | 0 | 1010000 | 1101 | 1000001 | 1001010 | 110101 |
Color Harmonies of #CFDF2D
Complementary color
Monochromatic Colors of #CFDF2D
Black with #CFDF2D
Text Example
Text Example
White with #CFDF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDF2D; }
p { color: rgb(207,223,45); }
H1.HeaderClassName
{
color: #CFDF2D;
}
.AnyTagClassName
{
color: #CFDF2D;
}
</style>
background-color css
<style>
a { background-color: #CFDF2D; }
a { background-color: rgb(207,223,45); }
div.DivClassName
{
background-color: #CFDF2D;
}
.BgClassName
{
background-color: #CFDF2D;
}
</style>
border-color css
<style>
span { border-color: #CFDF2D; }
span { border-color: rgb(207,223,45); }
td.TdClassName
{
border-color: #CFDF2D;
}
.TagClassName
{
border-color: #CFDF2D;
}
</style>