Shades of Pear #CFDD1C
Tints of Pear #CFDD1C
RGB
CMYK
RGB Variations
Color information
#CFDD1C (or 0xCFDD1C) is known color: Pear. HEX triplet: CF, DD and 1C. RGB value is (207,221,28). Sum of RGB (Red+Green+Blue) = 207+221+28=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 221 (86.72% from 255 or 48.46% from 456); Blue value is 28 (11.33% from 255 or 6.14% from 456); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDD1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDD1C is #3022E3. Grayscale: #C3C3C3. Windows color (decimal): -3154660 or 1891791. OLE color: 1891791.
HSL color Cylindrical-coordinate representation of color #CFDD1C: hue angle of 64.35º degrees, saturation: 0.78, 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 #CFDD1C is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 221 | 28 | - |
| CMYK | 0.06 | 0 | 0.87 | 0.13 |
| HSL | 64.35º | 0.78% | 0.49% | - |
| HSV(B) | 64.35º | 0.87% | 0.87% | - |
| XYZ | 51.8 | 65.06 | 10.93 | - |
| YUV | 194.81 | 33.86 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 28 | 0.06 | 0 | 0.87 | 0.13 | 64.35 | 0.78 | 0.49 |
| Hex | CF | DD | 1C | 6 | 0 | 57 | D | 40 | 4E | 31 |
| Octal | 317 | 335 | 34 | 6 | 0 | 127 | 15 | 100 | 116 | 61 |
| Binary | 11001111 | 11011101 | 11100 | 110 | 0 | 1010111 | 1101 | 1000000 | 1001110 | 110001 |
Color Harmonies of #CFDD1C
Complementary color
Monochromatic Colors of #CFDD1C
Black with #CFDD1C
Text Example
Text Example
White with #CFDD1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDD1C; }
p { color: rgb(207,221,28); }
H1.HeaderClassName
{
color: #CFDD1C;
}
.AnyTagClassName
{
color: #CFDD1C;
}
</style>
background-color css
<style>
a { background-color: #CFDD1C; }
a { background-color: rgb(207,221,28); }
div.DivClassName
{
background-color: #CFDD1C;
}
.BgClassName
{
background-color: #CFDD1C;
}
</style>
border-color css
<style>
span { border-color: #CFDD1C; }
span { border-color: rgb(207,221,28); }
td.TdClassName
{
border-color: #CFDD1C;
}
.TagClassName
{
border-color: #CFDD1C;
}
</style>