Shades of Pear #CFDF3A
Tints of Pear #CFDF3A
RGB
CMYK
RGB Variations
Color information
#CFDF3A (or 0xCFDF3A) is known color: Pear. HEX triplet: CF, DF and 3A. RGB value is (207,223,58). Sum of RGB (Red+Green+Blue) = 207+223+58=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 223 (87.5% from 255 or 45.70% from 488); Blue value is 58 (23.05% from 255 or 11.89% from 488); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDF3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDF3A is #3020C5. Grayscale: #C8C8C8. Windows color (decimal): -3154118 or 3858383. OLE color: 3858383.
HSL color Cylindrical-coordinate representation of color #CFDF3A: hue angle of 65.82º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CFDF3A is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 223 | 58 | - |
| CMYK | 0.07 | 0 | 0.74 | 0.13 |
| HSL | 65.82º | 0.72% | 0.55% | - |
| HSV(B) | 65.82º | 0.74% | 0.87% | - |
| XYZ | 52.88 | 66.35 | 14.02 | - |
| YUV | 199.41 | 48.2 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 223 | 58 | 0.07 | 0 | 0.74 | 0.13 | 65.82 | 0.72 | 0.55 |
| Hex | CF | DF | 3A | 7 | 0 | 4A | D | 42 | 48 | 37 |
| Octal | 317 | 337 | 72 | 7 | 0 | 112 | 15 | 102 | 110 | 67 |
| Binary | 11001111 | 11011111 | 111010 | 111 | 0 | 1001010 | 1101 | 1000010 | 1001000 | 110111 |
Color Harmonies of #CFDF3A
Complementary color
Monochromatic Colors of #CFDF3A
Black with #CFDF3A
Text Example
Text Example
White with #CFDF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDF3A; }
p { color: rgb(207,223,58); }
H1.HeaderClassName
{
color: #CFDF3A;
}
.AnyTagClassName
{
color: #CFDF3A;
}
</style>
background-color css
<style>
a { background-color: #CFDF3A; }
a { background-color: rgb(207,223,58); }
div.DivClassName
{
background-color: #CFDF3A;
}
.BgClassName
{
background-color: #CFDF3A;
}
</style>
border-color css
<style>
span { border-color: #CFDF3A; }
span { border-color: rgb(207,223,58); }
td.TdClassName
{
border-color: #CFDF3A;
}
.TagClassName
{
border-color: #CFDF3A;
}
</style>