Shades of Pear #CFDC1E
Tints of Pear #CFDC1E
RGB
CMYK
RGB Variations
Color information
#CFDC1E (or 0xCFDC1E) is known color: Pear. HEX triplet: CF, DC and 1E. RGB value is (207,220,30). Sum of RGB (Red+Green+Blue) = 207+220+30=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 220 (86.33% from 255 or 48.14% from 457); Blue value is 30 (12.11% from 255 or 6.56% from 457); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDC1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDC1E is #3023E1. Grayscale: #C3C3C3. Windows color (decimal): -3154914 or 2022607. OLE color: 2022607.
HSL color Cylindrical-coordinate representation of color #CFDC1E: hue angle of 64.11º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CFDC1E is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 220 | 30 | - |
| CMYK | 0.06 | 0 | 0.86 | 0.14 |
| HSL | 64.11º | 0.76% | 0.49% | - |
| HSV(B) | 64.11º | 0.86% | 0.86% | - |
| XYZ | 51.56 | 64.55 | 10.97 | - |
| YUV | 194.45 | 35.19 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 220 | 30 | 0.06 | 0 | 0.86 | 0.14 | 64.11 | 0.76 | 0.49 |
| Hex | CF | DC | 1E | 6 | 0 | 56 | E | 40 | 4C | 31 |
| Octal | 317 | 334 | 36 | 6 | 0 | 126 | 16 | 100 | 114 | 61 |
| Binary | 11001111 | 11011100 | 11110 | 110 | 0 | 1010110 | 1110 | 1000000 | 1001100 | 110001 |
Color Harmonies of #CFDC1E
Complementary color
Monochromatic Colors of #CFDC1E
Black with #CFDC1E
Text Example
Text Example
White with #CFDC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDC1E; }
p { color: rgb(207,220,30); }
H1.HeaderClassName
{
color: #CFDC1E;
}
.AnyTagClassName
{
color: #CFDC1E;
}
</style>
background-color css
<style>
a { background-color: #CFDC1E; }
a { background-color: rgb(207,220,30); }
div.DivClassName
{
background-color: #CFDC1E;
}
.BgClassName
{
background-color: #CFDC1E;
}
</style>
border-color css
<style>
span { border-color: #CFDC1E; }
span { border-color: rgb(207,220,30); }
td.TdClassName
{
border-color: #CFDC1E;
}
.TagClassName
{
border-color: #CFDC1E;
}
</style>