Shades of Pear #CFDF37
Tints of Pear #CFDF37
RGB
CMYK
RGB Variations
Color information
#CFDF37 (or 0xCFDF37) is known color: Pear. HEX triplet: CF, DF and 37. RGB value is (207,223,55). Sum of RGB (Red+Green+Blue) = 207+223+55=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 223 (87.5% from 255 or 45.98% from 485); Blue value is 55 (21.88% from 255 or 11.34% from 485); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDF37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDF37 is #3020C8. Grayscale: #C7C7C7. Windows color (decimal): -3154121 or 3661775. OLE color: 3661775.
HSL color Cylindrical-coordinate representation of color #CFDF37: hue angle of 65.71º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CFDF37 is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 223 | 55 | - |
| CMYK | 0.07 | 0 | 0.75 | 0.13 |
| HSL | 65.71º | 0.72% | 0.55% | - |
| HSV(B) | 65.71º | 0.75% | 0.87% | - |
| XYZ | 52.81 | 66.32 | 13.63 | - |
| YUV | 199.06 | 46.7 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 223 | 55 | 0.07 | 0 | 0.75 | 0.13 | 65.71 | 0.72 | 0.55 |
| Hex | CF | DF | 37 | 7 | 0 | 4B | D | 42 | 48 | 37 |
| Octal | 317 | 337 | 67 | 7 | 0 | 113 | 15 | 102 | 110 | 67 |
| Binary | 11001111 | 11011111 | 110111 | 111 | 0 | 1001011 | 1101 | 1000010 | 1001000 | 110111 |
Color Harmonies of #CFDF37
Complementary color
Monochromatic Colors of #CFDF37
Black with #CFDF37
Text Example
Text Example
White with #CFDF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDF37; }
p { color: rgb(207,223,55); }
H1.HeaderClassName
{
color: #CFDF37;
}
.AnyTagClassName
{
color: #CFDF37;
}
</style>
background-color css
<style>
a { background-color: #CFDF37; }
a { background-color: rgb(207,223,55); }
div.DivClassName
{
background-color: #CFDF37;
}
.BgClassName
{
background-color: #CFDF37;
}
</style>
border-color css
<style>
span { border-color: #CFDF37; }
span { border-color: rgb(207,223,55); }
td.TdClassName
{
border-color: #CFDF37;
}
.TagClassName
{
border-color: #CFDF37;
}
</style>