Shades of Pear #CFDC19
Tints of Pear #CFDC19
RGB
CMYK
RGB Variations
Color information
#CFDC19 (or 0xCFDC19) is known color: Pear. HEX triplet: CF, DC and 19. RGB value is (207,220,25). Sum of RGB (Red+Green+Blue) = 207+220+25=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 220 (86.33% from 255 or 48.67% from 452); Blue value is 25 (10.16% from 255 or 5.53% from 452); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDC19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFDC19 is #3023E6. Grayscale: #C2C2C2. Windows color (decimal): -3154919 or 1694927. OLE color: 1694927.
HSL color Cylindrical-coordinate representation of color #CFDC19: hue angle of 64º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CFDC19 is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 220 | 25 | - |
| CMYK | 0.06 | 0 | 0.89 | 0.14 |
| HSL | 64º | 0.8% | 0.48% | - |
| HSV(B) | 64º | 0.89% | 0.86% | - |
| XYZ | 51.5 | 64.52 | 10.66 | - |
| YUV | 193.88 | 32.69 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 220 | 25 | 0.06 | 0 | 0.89 | 0.14 | 64 | 0.8 | 0.48 |
| Hex | CF | DC | 19 | 6 | 0 | 59 | E | 40 | 50 | 30 |
| Octal | 317 | 334 | 31 | 6 | 0 | 131 | 16 | 100 | 120 | 60 |
| Binary | 11001111 | 11011100 | 11001 | 110 | 0 | 1011001 | 1110 | 1000000 | 1010000 | 110000 |
Color Harmonies of #CFDC19
Complementary color
Monochromatic Colors of #CFDC19
Black with #CFDC19
Text Example
Text Example
White with #CFDC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDC19; }
p { color: rgb(207,220,25); }
H1.HeaderClassName
{
color: #CFDC19;
}
.AnyTagClassName
{
color: #CFDC19;
}
</style>
background-color css
<style>
a { background-color: #CFDC19; }
a { background-color: rgb(207,220,25); }
div.DivClassName
{
background-color: #CFDC19;
}
.BgClassName
{
background-color: #CFDC19;
}
</style>
border-color css
<style>
span { border-color: #CFDC19; }
span { border-color: rgb(207,220,25); }
td.TdClassName
{
border-color: #CFDC19;
}
.TagClassName
{
border-color: #CFDC19;
}
</style>