Shades of Pear #CFDF1F
Tints of Pear #CFDF1F
RGB
CMYK
RGB Variations
Color information
#CFDF1F (or 0xCFDF1F) is known color: Pear. HEX triplet: CF, DF and 1F. RGB value is (207,223,31). Sum of RGB (Red+Green+Blue) = 207+223+31=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 223 (87.5% from 255 or 48.37% from 461); Blue value is 31 (12.5% from 255 or 6.72% from 461); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDF1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDF1F is #3020E0. Grayscale: #C5C5C5. Windows color (decimal): -3154145 or 2088911. OLE color: 2088911.
HSL color Cylindrical-coordinate representation of color #CFDF1F: hue angle of 65º degrees, saturation: 0.76, 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 #CFDF1F is Cyan = 0.07, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 223 | 31 | - |
| CMYK | 0.07 | 0 | 0.86 | 0.13 |
| HSL | 65º | 0.76% | 0.5% | - |
| HSV(B) | 65º | 0.86% | 0.87% | - |
| XYZ | 52.37 | 66.14 | 11.3 | - |
| YUV | 196.33 | 34.7 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 223 | 31 | 0.07 | 0 | 0.86 | 0.13 | 65 | 0.76 | 0.5 |
| Hex | CF | DF | 1F | 7 | 0 | 56 | D | 41 | 4C | 32 |
| Octal | 317 | 337 | 37 | 7 | 0 | 126 | 15 | 101 | 114 | 62 |
| Binary | 11001111 | 11011111 | 11111 | 111 | 0 | 1010110 | 1101 | 1000001 | 1001100 | 110010 |
Color Harmonies of #CFDF1F
Complementary color
Monochromatic Colors of #CFDF1F
Black with #CFDF1F
Text Example
Text Example
White with #CFDF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDF1F; }
p { color: rgb(207,223,31); }
H1.HeaderClassName
{
color: #CFDF1F;
}
.AnyTagClassName
{
color: #CFDF1F;
}
</style>
background-color css
<style>
a { background-color: #CFDF1F; }
a { background-color: rgb(207,223,31); }
div.DivClassName
{
background-color: #CFDF1F;
}
.BgClassName
{
background-color: #CFDF1F;
}
</style>
border-color css
<style>
span { border-color: #CFDF1F; }
span { border-color: rgb(207,223,31); }
td.TdClassName
{
border-color: #CFDF1F;
}
.TagClassName
{
border-color: #CFDF1F;
}
</style>