Shades of Pear #CFEB17
Tints of Pear #CFEB17
RGB
CMYK
RGB Variations
Color information
#CFEB17 (or 0xCFEB17) is known color: Pear. HEX triplet: CF, EB and 17. RGB value is (207,235,23). Sum of RGB (Red+Green+Blue) = 207+235+23=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 235 (92.19% from 255 or 50.54% from 465); Blue value is 23 (9.38% from 255 or 4.95% from 465); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEB17 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFEB17 is #3014E8. Grayscale: #CBCBCB. Windows color (decimal): -3151081 or 1567695. OLE color: 1567695.
HSL color Cylindrical-coordinate representation of color #CFEB17: hue angle of 67.92º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CFEB17 is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 235 | 23 | - |
| CMYK | 0.12 | 0 | 0.90 | 0.08 |
| HSL | 67.92º | 0.84% | 0.51% | - |
| HSV(B) | 67.92º | 0.9% | 0.92% | - |
| XYZ | 55.6 | 72.74 | 11.92 | - |
| YUV | 202.46 | 26.72 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 235 | 23 | 0.12 | 0 | 0.90 | 0.08 | 67.92 | 0.84 | 0.51 |
| Hex | CF | EB | 17 | C | 0 | 5A | 8 | 44 | 54 | 33 |
| Octal | 317 | 353 | 27 | 14 | 0 | 132 | 10 | 104 | 124 | 63 |
| Binary | 11001111 | 11101011 | 10111 | 1100 | 0 | 1011010 | 1000 | 1000100 | 1010100 | 110011 |
Color Harmonies of #CFEB17
Complementary color
Monochromatic Colors of #CFEB17
Black with #CFEB17
Text Example
Text Example
White with #CFEB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEB17; }
p { color: rgb(207,235,23); }
H1.HeaderClassName
{
color: #CFEB17;
}
.AnyTagClassName
{
color: #CFEB17;
}
</style>
background-color css
<style>
a { background-color: #CFEB17; }
a { background-color: rgb(207,235,23); }
div.DivClassName
{
background-color: #CFEB17;
}
.BgClassName
{
background-color: #CFEB17;
}
</style>
border-color css
<style>
span { border-color: #CFEB17; }
span { border-color: rgb(207,235,23); }
td.TdClassName
{
border-color: #CFEB17;
}
.TagClassName
{
border-color: #CFEB17;
}
</style>