Shades of Pear #CFE116
Tints of Pear #CFE116
RGB
CMYK
RGB Variations
Color information
#CFE116 (or 0xCFE116) is known color: Pear. HEX triplet: CF, E1 and 16. RGB value is (207,225,22). Sum of RGB (Red+Green+Blue) = 207+225+22=454 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.59% from 454); Green value is 225 (88.28% from 255 or 49.56% from 454); Blue value is 22 (8.98% from 255 or 4.85% from 454); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE116 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFE116 is #301EE9. Grayscale: #C5C5C5. Windows color (decimal): -3153642 or 1499599. OLE color: 1499599.
HSL color Cylindrical-coordinate representation of color #CFE116: hue angle of 65.32º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CFE116 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 225 | 22 | - |
| CMYK | 0.08 | 0 | 0.90 | 0.12 |
| HSL | 65.32º | 0.82% | 0.48% | - |
| HSV(B) | 65.32º | 0.9% | 0.88% | - |
| XYZ | 52.8 | 67.17 | 10.94 | - |
| YUV | 196.48 | 29.54 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 225 | 22 | 0.08 | 0 | 0.90 | 0.12 | 65.32 | 0.82 | 0.48 |
| Hex | CF | E1 | 16 | 8 | 0 | 5A | C | 41 | 52 | 30 |
| Octal | 317 | 341 | 26 | 10 | 0 | 132 | 14 | 101 | 122 | 60 |
| Binary | 11001111 | 11100001 | 10110 | 1000 | 0 | 1011010 | 1100 | 1000001 | 1010010 | 110000 |
Color Harmonies of #CFE116
Complementary color
Monochromatic Colors of #CFE116
Black with #CFE116
Text Example
Text Example
White with #CFE116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE116; }
p { color: rgb(207,225,22); }
H1.HeaderClassName
{
color: #CFE116;
}
.AnyTagClassName
{
color: #CFE116;
}
</style>
background-color css
<style>
a { background-color: #CFE116; }
a { background-color: rgb(207,225,22); }
div.DivClassName
{
background-color: #CFE116;
}
.BgClassName
{
background-color: #CFE116;
}
</style>
border-color css
<style>
span { border-color: #CFE116; }
span { border-color: rgb(207,225,22); }
td.TdClassName
{
border-color: #CFE116;
}
.TagClassName
{
border-color: #CFE116;
}
</style>