Shades of Pear #CFED4E
Tints of Pear #CFED4E
RGB
CMYK
RGB Variations
Color information
#CFED4E (or 0xCFED4E) is known color: Pear. HEX triplet: CF, ED and 4E. RGB value is (207,237,78). Sum of RGB (Red+Green+Blue) = 207+237+78=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 237 (92.97% from 255 or 45.40% from 522); Blue value is 78 (30.86% from 255 or 14.94% from 522); Max value from RGB is 237 - color contains mainly: green. Hex color #CFED4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFED4E is #3012B1. Grayscale: #D2D2D2. Windows color (decimal): -3150514 or 5172687. OLE color: 5172687.
HSL color Cylindrical-coordinate representation of color #CFED4E: hue angle of 71.32º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CFED4E is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 237 | 78 | - |
| CMYK | 0.13 | 0 | 0.67 | 0.07 |
| HSL | 71.32º | 0.82% | 0.62% | - |
| HSV(B) | 71.32º | 0.67% | 0.93% | - |
| XYZ | 57.39 | 74.38 | 18.54 | - |
| YUV | 209.9 | 53.56 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 237 | 78 | 0.13 | 0 | 0.67 | 0.07 | 71.32 | 0.82 | 0.62 |
| Hex | CF | ED | 4E | D | 0 | 43 | 7 | 47 | 52 | 3E |
| Octal | 317 | 355 | 116 | 15 | 0 | 103 | 7 | 107 | 122 | 76 |
| Binary | 11001111 | 11101101 | 1001110 | 1101 | 0 | 1000011 | 111 | 1000111 | 1010010 | 111110 |
Color Harmonies of #CFED4E
Complementary color
Monochromatic Colors of #CFED4E
Black with #CFED4E
Text Example
Text Example
White with #CFED4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFED4E; }
p { color: rgb(207,237,78); }
H1.HeaderClassName
{
color: #CFED4E;
}
.AnyTagClassName
{
color: #CFED4E;
}
</style>
background-color css
<style>
a { background-color: #CFED4E; }
a { background-color: rgb(207,237,78); }
div.DivClassName
{
background-color: #CFED4E;
}
.BgClassName
{
background-color: #CFED4E;
}
</style>
border-color css
<style>
span { border-color: #CFED4E; }
span { border-color: rgb(207,237,78); }
td.TdClassName
{
border-color: #CFED4E;
}
.TagClassName
{
border-color: #CFED4E;
}
</style>