Shades of Pear #CFDD1F
Tints of Pear #CFDD1F
RGB
CMYK
RGB Variations
Color information
#CFDD1F (or 0xCFDD1F) is known color: Pear. HEX triplet: CF, DD and 1F. RGB value is (207,221,31). Sum of RGB (Red+Green+Blue) = 207+221+31=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 221 (86.72% from 255 or 48.15% from 459); Blue value is 31 (12.5% from 255 or 6.75% from 459); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDD1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDD1F is #3022E0. Grayscale: #C3C3C3. Windows color (decimal): -3154657 or 2088399. OLE color: 2088399.
HSL color Cylindrical-coordinate representation of color #CFDD1F: hue angle of 64.42º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CFDD1F is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 221 | 31 | - |
| CMYK | 0.06 | 0 | 0.86 | 0.13 |
| HSL | 64.42º | 0.75% | 0.49% | - |
| HSV(B) | 64.42º | 0.86% | 0.87% | - |
| XYZ | 51.84 | 65.08 | 11.13 | - |
| YUV | 195.15 | 35.36 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 31 | 0.06 | 0 | 0.86 | 0.13 | 64.42 | 0.75 | 0.49 |
| Hex | CF | DD | 1F | 6 | 0 | 56 | D | 40 | 4B | 31 |
| Octal | 317 | 335 | 37 | 6 | 0 | 126 | 15 | 100 | 113 | 61 |
| Binary | 11001111 | 11011101 | 11111 | 110 | 0 | 1010110 | 1101 | 1000000 | 1001011 | 110001 |
Color Harmonies of #CFDD1F
Complementary color
Monochromatic Colors of #CFDD1F
Black with #CFDD1F
Text Example
Text Example
White with #CFDD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDD1F; }
p { color: rgb(207,221,31); }
H1.HeaderClassName
{
color: #CFDD1F;
}
.AnyTagClassName
{
color: #CFDD1F;
}
</style>
background-color css
<style>
a { background-color: #CFDD1F; }
a { background-color: rgb(207,221,31); }
div.DivClassName
{
background-color: #CFDD1F;
}
.BgClassName
{
background-color: #CFDD1F;
}
</style>
border-color css
<style>
span { border-color: #CFDD1F; }
span { border-color: rgb(207,221,31); }
td.TdClassName
{
border-color: #CFDD1F;
}
.TagClassName
{
border-color: #CFDD1F;
}
</style>