Shades of Pear #CFE917
Tints of Pear #CFE917
RGB
CMYK
RGB Variations
Color information
#CFE917 (or 0xCFE917) is known color: Pear. HEX triplet: CF, E9 and 17. RGB value is (207,233,23). Sum of RGB (Red+Green+Blue) = 207+233+23=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 233 (91.41% from 255 or 50.32% from 463); Blue value is 23 (9.38% from 255 or 4.97% from 463); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE917 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFE917 is #3016E8. Grayscale: #CACACA. Windows color (decimal): -3151593 or 1567183. OLE color: 1567183.
HSL color Cylindrical-coordinate representation of color #CFE917: hue angle of 67.43º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CFE917 is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 233 | 23 | - |
| CMYK | 0.11 | 0 | 0.90 | 0.09 |
| HSL | 67.43º | 0.83% | 0.5% | - |
| HSV(B) | 67.43º | 0.9% | 0.91% | - |
| XYZ | 55.03 | 71.61 | 11.73 | - |
| YUV | 201.29 | 27.39 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 233 | 23 | 0.11 | 0 | 0.90 | 0.09 | 67.43 | 0.83 | 0.5 |
| Hex | CF | E9 | 17 | B | 0 | 5A | 9 | 43 | 53 | 32 |
| Octal | 317 | 351 | 27 | 13 | 0 | 132 | 11 | 103 | 123 | 62 |
| Binary | 11001111 | 11101001 | 10111 | 1011 | 0 | 1011010 | 1001 | 1000011 | 1010011 | 110010 |
Color Harmonies of #CFE917
Complementary color
Monochromatic Colors of #CFE917
Black with #CFE917
Text Example
Text Example
White with #CFE917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE917; }
p { color: rgb(207,233,23); }
H1.HeaderClassName
{
color: #CFE917;
}
.AnyTagClassName
{
color: #CFE917;
}
</style>
background-color css
<style>
a { background-color: #CFE917; }
a { background-color: rgb(207,233,23); }
div.DivClassName
{
background-color: #CFE917;
}
.BgClassName
{
background-color: #CFE917;
}
</style>
border-color css
<style>
span { border-color: #CFE917; }
span { border-color: rgb(207,233,23); }
td.TdClassName
{
border-color: #CFE917;
}
.TagClassName
{
border-color: #CFE917;
}
</style>