Shades of Pear #CFE111
Tints of Pear #CFE111
RGB
CMYK
RGB Variations
Color information
#CFE111 (or 0xCFE111) is known color: Pear. HEX triplet: CF, E1 and 11. RGB value is (207,225,17). Sum of RGB (Red+Green+Blue) = 207+225+17=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 225 (88.28% from 255 or 50.11% from 449); Blue value is 17 (7.03% from 255 or 3.79% from 449); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE111 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFE111 is #301EEE. Grayscale: #C4C4C4. Windows color (decimal): -3153647 or 1171919. OLE color: 1171919.
HSL color Cylindrical-coordinate representation of color #CFE111: hue angle of 65.19º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CFE111 is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 225 | 17 | - |
| CMYK | 0.08 | 0 | 0.92 | 0.12 |
| HSL | 65.19º | 0.86% | 0.47% | - |
| HSV(B) | 65.19º | 0.92% | 0.88% | - |
| XYZ | 52.76 | 67.16 | 10.71 | - |
| YUV | 195.91 | 27.04 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 225 | 17 | 0.08 | 0 | 0.92 | 0.12 | 65.19 | 0.86 | 0.47 |
| Hex | CF | E1 | 11 | 8 | 0 | 5C | C | 41 | 56 | 2F |
| Octal | 317 | 341 | 21 | 10 | 0 | 134 | 14 | 101 | 126 | 57 |
| Binary | 11001111 | 11100001 | 10001 | 1000 | 0 | 1011100 | 1100 | 1000001 | 1010110 | 101111 |
Color Harmonies of #CFE111
Complementary color
Monochromatic Colors of #CFE111
Black with #CFE111
Text Example
Text Example
White with #CFE111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE111; }
p { color: rgb(207,225,17); }
H1.HeaderClassName
{
color: #CFE111;
}
.AnyTagClassName
{
color: #CFE111;
}
</style>
background-color css
<style>
a { background-color: #CFE111; }
a { background-color: rgb(207,225,17); }
div.DivClassName
{
background-color: #CFE111;
}
.BgClassName
{
background-color: #CFE111;
}
</style>
border-color css
<style>
span { border-color: #CFE111; }
span { border-color: rgb(207,225,17); }
td.TdClassName
{
border-color: #CFE111;
}
.TagClassName
{
border-color: #CFE111;
}
</style>