Shades of Pear #CFE11D
Tints of Pear #CFE11D
RGB
CMYK
RGB Variations
Color information
#CFE11D (or 0xCFE11D) is known color: Pear. HEX triplet: CF, E1 and 1D. RGB value is (207,225,29). Sum of RGB (Red+Green+Blue) = 207+225+29=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 225 (88.28% from 255 or 48.81% from 461); Blue value is 29 (11.72% from 255 or 6.29% from 461); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE11D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE11D is #301EE2. Grayscale: #C6C6C6. Windows color (decimal): -3153635 or 1958351. OLE color: 1958351.
HSL color Cylindrical-coordinate representation of color #CFE11D: hue angle of 65.51º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CFE11D is Cyan = 0.08, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 225 | 29 | - |
| CMYK | 0.08 | 0 | 0.87 | 0.12 |
| HSL | 65.51º | 0.77% | 0.5% | - |
| HSV(B) | 65.51º | 0.87% | 0.88% | - |
| XYZ | 52.88 | 67.2 | 11.35 | - |
| YUV | 197.27 | 33.04 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 225 | 29 | 0.08 | 0 | 0.87 | 0.12 | 65.51 | 0.77 | 0.5 |
| Hex | CF | E1 | 1D | 8 | 0 | 57 | C | 42 | 4D | 32 |
| Octal | 317 | 341 | 35 | 10 | 0 | 127 | 14 | 102 | 115 | 62 |
| Binary | 11001111 | 11100001 | 11101 | 1000 | 0 | 1010111 | 1100 | 1000010 | 1001101 | 110010 |
Color Harmonies of #CFE11D
Complementary color
Monochromatic Colors of #CFE11D
Black with #CFE11D
Text Example
Text Example
White with #CFE11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE11D; }
p { color: rgb(207,225,29); }
H1.HeaderClassName
{
color: #CFE11D;
}
.AnyTagClassName
{
color: #CFE11D;
}
</style>
background-color css
<style>
a { background-color: #CFE11D; }
a { background-color: rgb(207,225,29); }
div.DivClassName
{
background-color: #CFE11D;
}
.BgClassName
{
background-color: #CFE11D;
}
</style>
border-color css
<style>
span { border-color: #CFE11D; }
span { border-color: rgb(207,225,29); }
td.TdClassName
{
border-color: #CFE11D;
}
.TagClassName
{
border-color: #CFE11D;
}
</style>