Shades of Pear #CFDF1A
Tints of Pear #CFDF1A
RGB
CMYK
RGB Variations
Color information
#CFDF1A (or 0xCFDF1A) is known color: Pear. HEX triplet: CF, DF and 1A. RGB value is (207,223,26). Sum of RGB (Red+Green+Blue) = 207+223+26=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 223 (87.5% from 255 or 48.90% from 456); Blue value is 26 (10.55% from 255 or 5.70% from 456); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDF1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDF1A is #3020E5. Grayscale: #C4C4C4. Windows color (decimal): -3154150 or 1761231. OLE color: 1761231.
HSL color Cylindrical-coordinate representation of color #CFDF1A: hue angle of 64.87º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CFDF1A is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 223 | 26 | - |
| CMYK | 0.07 | 0 | 0.88 | 0.13 |
| HSL | 64.87º | 0.79% | 0.49% | - |
| HSV(B) | 64.87º | 0.88% | 0.87% | - |
| XYZ | 52.31 | 66.12 | 10.98 | - |
| YUV | 195.76 | 32.2 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 223 | 26 | 0.07 | 0 | 0.88 | 0.13 | 64.87 | 0.79 | 0.49 |
| Hex | CF | DF | 1A | 7 | 0 | 58 | D | 41 | 4F | 31 |
| Octal | 317 | 337 | 32 | 7 | 0 | 130 | 15 | 101 | 117 | 61 |
| Binary | 11001111 | 11011111 | 11010 | 111 | 0 | 1011000 | 1101 | 1000001 | 1001111 | 110001 |
Color Harmonies of #CFDF1A
Complementary color
Monochromatic Colors of #CFDF1A
Black with #CFDF1A
Text Example
Text Example
White with #CFDF1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDF1A; }
p { color: rgb(207,223,26); }
H1.HeaderClassName
{
color: #CFDF1A;
}
.AnyTagClassName
{
color: #CFDF1A;
}
</style>
background-color css
<style>
a { background-color: #CFDF1A; }
a { background-color: rgb(207,223,26); }
div.DivClassName
{
background-color: #CFDF1A;
}
.BgClassName
{
background-color: #CFDF1A;
}
</style>
border-color css
<style>
span { border-color: #CFDF1A; }
span { border-color: rgb(207,223,26); }
td.TdClassName
{
border-color: #CFDF1A;
}
.TagClassName
{
border-color: #CFDF1A;
}
</style>