Shades of Pear #CFE329
Tints of Pear #CFE329
RGB
CMYK
RGB Variations
Color information
#CFE329 (or 0xCFE329) is known color: Pear. HEX triplet: CF, E3 and 29. RGB value is (207,227,41). Sum of RGB (Red+Green+Blue) = 207+227+41=475 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.58% from 475); Green value is 227 (89.06% from 255 or 47.79% from 475); Blue value is 41 (16.41% from 255 or 8.63% from 475); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE329 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE329 is #301CD6. Grayscale: #C8C8C8. Windows color (decimal): -3153111 or 2745295. OLE color: 2745295.
HSL color Cylindrical-coordinate representation of color #CFE329: hue angle of 66.45º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CFE329 is Cyan = 0.09, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 227 | 41 | - |
| CMYK | 0.09 | 0 | 0.82 | 0.11 |
| HSL | 66.45º | 0.77% | 0.53% | - |
| HSV(B) | 66.45º | 0.82% | 0.89% | - |
| XYZ | 53.6 | 68.36 | 12.47 | - |
| YUV | 199.82 | 38.37 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 227 | 41 | 0.09 | 0 | 0.82 | 0.11 | 66.45 | 0.77 | 0.53 |
| Hex | CF | E3 | 29 | 9 | 0 | 52 | B | 42 | 4D | 35 |
| Octal | 317 | 343 | 51 | 11 | 0 | 122 | 13 | 102 | 115 | 65 |
| Binary | 11001111 | 11100011 | 101001 | 1001 | 0 | 1010010 | 1011 | 1000010 | 1001101 | 110101 |
Color Harmonies of #CFE329
Complementary color
Monochromatic Colors of #CFE329
Black with #CFE329
Text Example
Text Example
White with #CFE329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE329; }
p { color: rgb(207,227,41); }
H1.HeaderClassName
{
color: #CFE329;
}
.AnyTagClassName
{
color: #CFE329;
}
</style>
background-color css
<style>
a { background-color: #CFE329; }
a { background-color: rgb(207,227,41); }
div.DivClassName
{
background-color: #CFE329;
}
.BgClassName
{
background-color: #CFE329;
}
</style>
border-color css
<style>
span { border-color: #CFE329; }
span { border-color: rgb(207,227,41); }
td.TdClassName
{
border-color: #CFE329;
}
.TagClassName
{
border-color: #CFE329;
}
</style>