Shades of Pear #CFDF24
Tints of Pear #CFDF24
RGB
CMYK
RGB Variations
Color information
#CFDF24 (or 0xCFDF24) is known color: Pear. HEX triplet: CF, DF and 24. RGB value is (207,223,36). Sum of RGB (Red+Green+Blue) = 207+223+36=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 223 (87.5% from 255 or 47.85% from 466); Blue value is 36 (14.45% from 255 or 7.73% from 466); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDF24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDF24 is #3020DB. Grayscale: #C5C5C5. Windows color (decimal): -3154140 or 2416591. OLE color: 2416591.
HSL color Cylindrical-coordinate representation of color #CFDF24: hue angle of 65.13º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CFDF24 is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 223 | 36 | - |
| CMYK | 0.07 | 0 | 0.84 | 0.13 |
| HSL | 65.13º | 0.75% | 0.51% | - |
| HSV(B) | 65.13º | 0.84% | 0.87% | - |
| XYZ | 52.44 | 66.17 | 11.68 | - |
| YUV | 196.9 | 37.2 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 223 | 36 | 0.07 | 0 | 0.84 | 0.13 | 65.13 | 0.75 | 0.51 |
| Hex | CF | DF | 24 | 7 | 0 | 54 | D | 41 | 4B | 33 |
| Octal | 317 | 337 | 44 | 7 | 0 | 124 | 15 | 101 | 113 | 63 |
| Binary | 11001111 | 11011111 | 100100 | 111 | 0 | 1010100 | 1101 | 1000001 | 1001011 | 110011 |
Color Harmonies of #CFDF24
Complementary color
Monochromatic Colors of #CFDF24
Black with #CFDF24
Text Example
Text Example
White with #CFDF24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDF24; }
p { color: rgb(207,223,36); }
H1.HeaderClassName
{
color: #CFDF24;
}
.AnyTagClassName
{
color: #CFDF24;
}
</style>
background-color css
<style>
a { background-color: #CFDF24; }
a { background-color: rgb(207,223,36); }
div.DivClassName
{
background-color: #CFDF24;
}
.BgClassName
{
background-color: #CFDF24;
}
</style>
border-color css
<style>
span { border-color: #CFDF24; }
span { border-color: rgb(207,223,36); }
td.TdClassName
{
border-color: #CFDF24;
}
.TagClassName
{
border-color: #CFDF24;
}
</style>