Shades of Pear #CFE429
Tints of Pear #CFE429
RGB
CMYK
RGB Variations
Color information
#CFE429 (or 0xCFE429) is known color: Pear. HEX triplet: CF, E4 and 29. RGB value is (207,228,41). Sum of RGB (Red+Green+Blue) = 207+228+41=476 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.49% from 476); Green value is 228 (89.45% from 255 or 47.90% from 476); Blue value is 41 (16.41% from 255 or 8.61% from 476); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE429 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE429 is #301BD6. Grayscale: #C9C9C9. Windows color (decimal): -3152855 or 2745551. OLE color: 2745551.
HSL color Cylindrical-coordinate representation of color #CFE429: hue angle of 66.74º degrees, saturation: 0.78, 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 #CFE429 is Cyan = 0.09, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 228 | 41 | - |
| CMYK | 0.09 | 0 | 0.82 | 0.11 |
| HSL | 66.74º | 0.78% | 0.53% | - |
| HSV(B) | 66.74º | 0.82% | 0.89% | - |
| XYZ | 53.88 | 68.91 | 12.56 | - |
| YUV | 200.4 | 38.04 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 228 | 41 | 0.09 | 0 | 0.82 | 0.11 | 66.74 | 0.78 | 0.53 |
| Hex | CF | E4 | 29 | 9 | 0 | 52 | B | 43 | 4E | 35 |
| Octal | 317 | 344 | 51 | 11 | 0 | 122 | 13 | 103 | 116 | 65 |
| Binary | 11001111 | 11100100 | 101001 | 1001 | 0 | 1010010 | 1011 | 1000011 | 1001110 | 110101 |
Color Harmonies of #CFE429
Complementary color
Monochromatic Colors of #CFE429
Black with #CFE429
Text Example
Text Example
White with #CFE429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE429; }
p { color: rgb(207,228,41); }
H1.HeaderClassName
{
color: #CFE429;
}
.AnyTagClassName
{
color: #CFE429;
}
</style>
background-color css
<style>
a { background-color: #CFE429; }
a { background-color: rgb(207,228,41); }
div.DivClassName
{
background-color: #CFE429;
}
.BgClassName
{
background-color: #CFE429;
}
</style>
border-color css
<style>
span { border-color: #CFE429; }
span { border-color: rgb(207,228,41); }
td.TdClassName
{
border-color: #CFE429;
}
.TagClassName
{
border-color: #CFE429;
}
</style>