Shades of Pear #CFDE2E
Tints of Pear #CFDE2E
RGB
CMYK
RGB Variations
Color information
#CFDE2E (or 0xCFDE2E) is known color: Pear. HEX triplet: CF, DE and 2E. RGB value is (207,222,46). Sum of RGB (Red+Green+Blue) = 207+222+46=475 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.58% from 475); Green value is 222 (87.11% from 255 or 46.74% from 475); Blue value is 46 (18.36% from 255 or 9.68% from 475); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDE2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDE2E is #3021D1. Grayscale: #C6C6C6. Windows color (decimal): -3154386 or 3071695. OLE color: 3071695.
HSL color Cylindrical-coordinate representation of color #CFDE2E: hue angle of 65.11º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CFDE2E is Cyan = 0.07, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 222 | 46 | - |
| CMYK | 0.07 | 0 | 0.79 | 0.13 |
| HSL | 65.11º | 0.73% | 0.53% | - |
| HSV(B) | 65.11º | 0.79% | 0.87% | - |
| XYZ | 52.35 | 65.71 | 12.51 | - |
| YUV | 197.45 | 42.53 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 222 | 46 | 0.07 | 0 | 0.79 | 0.13 | 65.11 | 0.73 | 0.53 |
| Hex | CF | DE | 2E | 7 | 0 | 4F | D | 41 | 49 | 35 |
| Octal | 317 | 336 | 56 | 7 | 0 | 117 | 15 | 101 | 111 | 65 |
| Binary | 11001111 | 11011110 | 101110 | 111 | 0 | 1001111 | 1101 | 1000001 | 1001001 | 110101 |
Color Harmonies of #CFDE2E
Complementary color
Monochromatic Colors of #CFDE2E
Black with #CFDE2E
Text Example
Text Example
White with #CFDE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDE2E; }
p { color: rgb(207,222,46); }
H1.HeaderClassName
{
color: #CFDE2E;
}
.AnyTagClassName
{
color: #CFDE2E;
}
</style>
background-color css
<style>
a { background-color: #CFDE2E; }
a { background-color: rgb(207,222,46); }
div.DivClassName
{
background-color: #CFDE2E;
}
.BgClassName
{
background-color: #CFDE2E;
}
</style>
border-color css
<style>
span { border-color: #CFDE2E; }
span { border-color: rgb(207,222,46); }
td.TdClassName
{
border-color: #CFDE2E;
}
.TagClassName
{
border-color: #CFDE2E;
}
</style>