Shades of Pear #CFDF28
Tints of Pear #CFDF28
RGB
CMYK
RGB Variations
Color information
#CFDF28 (or 0xCFDF28) is known color: Pear. HEX triplet: CF, DF and 28. RGB value is (207,223,40). Sum of RGB (Red+Green+Blue) = 207+223+40=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 223 (87.5% from 255 or 47.45% from 470); Blue value is 40 (16.02% from 255 or 8.51% from 470); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDF28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDF28 is #3020D7. Grayscale: #C6C6C6. Windows color (decimal): -3154136 or 2678735. OLE color: 2678735.
HSL color Cylindrical-coordinate representation of color #CFDF28: hue angle of 65.25º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CFDF28 is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 223 | 40 | - |
| CMYK | 0.07 | 0 | 0.82 | 0.13 |
| HSL | 65.25º | 0.74% | 0.52% | - |
| HSV(B) | 65.25º | 0.82% | 0.87% | - |
| XYZ | 52.5 | 66.19 | 12.02 | - |
| YUV | 197.35 | 39.2 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 223 | 40 | 0.07 | 0 | 0.82 | 0.13 | 65.25 | 0.74 | 0.52 |
| Hex | CF | DF | 28 | 7 | 0 | 52 | D | 41 | 4A | 34 |
| Octal | 317 | 337 | 50 | 7 | 0 | 122 | 15 | 101 | 112 | 64 |
| Binary | 11001111 | 11011111 | 101000 | 111 | 0 | 1010010 | 1101 | 1000001 | 1001010 | 110100 |
Color Harmonies of #CFDF28
Complementary color
Monochromatic Colors of #CFDF28
Black with #CFDF28
Text Example
Text Example
White with #CFDF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDF28; }
p { color: rgb(207,223,40); }
H1.HeaderClassName
{
color: #CFDF28;
}
.AnyTagClassName
{
color: #CFDF28;
}
</style>
background-color css
<style>
a { background-color: #CFDF28; }
a { background-color: rgb(207,223,40); }
div.DivClassName
{
background-color: #CFDF28;
}
.BgClassName
{
background-color: #CFDF28;
}
</style>
border-color css
<style>
span { border-color: #CFDF28; }
span { border-color: rgb(207,223,40); }
td.TdClassName
{
border-color: #CFDF28;
}
.TagClassName
{
border-color: #CFDF28;
}
</style>