Shades of Pear #CFDF21
Tints of Pear #CFDF21
RGB
CMYK
RGB Variations
Color information
#CFDF21 (or 0xCFDF21) is known color: Pear. HEX triplet: CF, DF and 21. RGB value is (207,223,33). Sum of RGB (Red+Green+Blue) = 207+223+33=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 223 (87.5% from 255 or 48.16% from 463); Blue value is 33 (13.28% from 255 or 7.13% from 463); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDF21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDF21 is #3020DE. Grayscale: #C5C5C5. Windows color (decimal): -3154143 or 2219983. OLE color: 2219983.
HSL color Cylindrical-coordinate representation of color #CFDF21: hue angle of 65.05º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CFDF21 is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 223 | 33 | - |
| CMYK | 0.07 | 0 | 0.85 | 0.13 |
| HSL | 65.05º | 0.75% | 0.5% | - |
| HSV(B) | 65.05º | 0.85% | 0.87% | - |
| XYZ | 52.39 | 66.15 | 11.45 | - |
| YUV | 196.56 | 35.7 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 223 | 33 | 0.07 | 0 | 0.85 | 0.13 | 65.05 | 0.75 | 0.5 |
| Hex | CF | DF | 21 | 7 | 0 | 55 | D | 41 | 4B | 32 |
| Octal | 317 | 337 | 41 | 7 | 0 | 125 | 15 | 101 | 113 | 62 |
| Binary | 11001111 | 11011111 | 100001 | 111 | 0 | 1010101 | 1101 | 1000001 | 1001011 | 110010 |
Color Harmonies of #CFDF21
Complementary color
Monochromatic Colors of #CFDF21
Black with #CFDF21
Text Example
Text Example
White with #CFDF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDF21; }
p { color: rgb(207,223,33); }
H1.HeaderClassName
{
color: #CFDF21;
}
.AnyTagClassName
{
color: #CFDF21;
}
</style>
background-color css
<style>
a { background-color: #CFDF21; }
a { background-color: rgb(207,223,33); }
div.DivClassName
{
background-color: #CFDF21;
}
.BgClassName
{
background-color: #CFDF21;
}
</style>
border-color css
<style>
span { border-color: #CFDF21; }
span { border-color: rgb(207,223,33); }
td.TdClassName
{
border-color: #CFDF21;
}
.TagClassName
{
border-color: #CFDF21;
}
</style>