Shades of Pear #CFDF35
Tints of Pear #CFDF35
RGB
CMYK
RGB Variations
Color information
#CFDF35 (or 0xCFDF35) is known color: Pear. HEX triplet: CF, DF and 35. RGB value is (207,223,53). Sum of RGB (Red+Green+Blue) = 207+223+53=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 223 (87.5% from 255 or 46.17% from 483); Blue value is 53 (21.09% from 255 or 10.97% from 483); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDF35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDF35 is #3020CA. Grayscale: #C7C7C7. Windows color (decimal): -3154123 or 3530703. OLE color: 3530703.
HSL color Cylindrical-coordinate representation of color #CFDF35: hue angle of 65.65º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CFDF35 is Cyan = 0.07, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 223 | 53 | - |
| CMYK | 0.07 | 0 | 0.76 | 0.13 |
| HSL | 65.65º | 0.73% | 0.54% | - |
| HSV(B) | 65.65º | 0.76% | 0.87% | - |
| XYZ | 52.76 | 66.3 | 13.38 | - |
| YUV | 198.84 | 45.7 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 223 | 53 | 0.07 | 0 | 0.76 | 0.13 | 65.65 | 0.73 | 0.54 |
| Hex | CF | DF | 35 | 7 | 0 | 4C | D | 42 | 49 | 36 |
| Octal | 317 | 337 | 65 | 7 | 0 | 114 | 15 | 102 | 111 | 66 |
| Binary | 11001111 | 11011111 | 110101 | 111 | 0 | 1001100 | 1101 | 1000010 | 1001001 | 110110 |
Color Harmonies of #CFDF35
Complementary color
Monochromatic Colors of #CFDF35
Black with #CFDF35
Text Example
Text Example
White with #CFDF35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDF35; }
p { color: rgb(207,223,53); }
H1.HeaderClassName
{
color: #CFDF35;
}
.AnyTagClassName
{
color: #CFDF35;
}
</style>
background-color css
<style>
a { background-color: #CFDF35; }
a { background-color: rgb(207,223,53); }
div.DivClassName
{
background-color: #CFDF35;
}
.BgClassName
{
background-color: #CFDF35;
}
</style>
border-color css
<style>
span { border-color: #CFDF35; }
span { border-color: rgb(207,223,53); }
td.TdClassName
{
border-color: #CFDF35;
}
.TagClassName
{
border-color: #CFDF35;
}
</style>