Shades of Pear #CFDD1D
Tints of Pear #CFDD1D
RGB
CMYK
RGB Variations
Color information
#CFDD1D (or 0xCFDD1D) is known color: Pear. HEX triplet: CF, DD and 1D. RGB value is (207,221,29). Sum of RGB (Red+Green+Blue) = 207+221+29=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 221 (86.72% from 255 or 48.36% from 457); Blue value is 29 (11.72% from 255 or 6.35% from 457); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDD1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDD1D is #3022E2. Grayscale: #C3C3C3. Windows color (decimal): -3154659 or 1957327. OLE color: 1957327.
HSL color Cylindrical-coordinate representation of color #CFDD1D: hue angle of 64.38º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CFDD1D is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 221 | 29 | - |
| CMYK | 0.06 | 0 | 0.87 | 0.13 |
| HSL | 64.38º | 0.77% | 0.49% | - |
| HSV(B) | 64.38º | 0.87% | 0.87% | - |
| XYZ | 51.81 | 65.07 | 10.99 | - |
| YUV | 194.93 | 34.36 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 29 | 0.06 | 0 | 0.87 | 0.13 | 64.38 | 0.77 | 0.49 |
| Hex | CF | DD | 1D | 6 | 0 | 57 | D | 40 | 4D | 31 |
| Octal | 317 | 335 | 35 | 6 | 0 | 127 | 15 | 100 | 115 | 61 |
| Binary | 11001111 | 11011101 | 11101 | 110 | 0 | 1010111 | 1101 | 1000000 | 1001101 | 110001 |
Color Harmonies of #CFDD1D
Complementary color
Monochromatic Colors of #CFDD1D
Black with #CFDD1D
Text Example
Text Example
White with #CFDD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDD1D; }
p { color: rgb(207,221,29); }
H1.HeaderClassName
{
color: #CFDD1D;
}
.AnyTagClassName
{
color: #CFDD1D;
}
</style>
background-color css
<style>
a { background-color: #CFDD1D; }
a { background-color: rgb(207,221,29); }
div.DivClassName
{
background-color: #CFDD1D;
}
.BgClassName
{
background-color: #CFDD1D;
}
</style>
border-color css
<style>
span { border-color: #CFDD1D; }
span { border-color: rgb(207,221,29); }
td.TdClassName
{
border-color: #CFDD1D;
}
.TagClassName
{
border-color: #CFDD1D;
}
</style>