Shades of Pear #CFEF2C
Tints of Pear #CFEF2C
RGB
CMYK
RGB Variations
Color information
#CFEF2C (or 0xCFEF2C) is known color: Pear. HEX triplet: CF, EF and 2C. RGB value is (207,239,44). Sum of RGB (Red+Green+Blue) = 207+239+44=490 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.24% from 490); Green value is 239 (93.75% from 255 or 48.78% from 490); Blue value is 44 (17.58% from 255 or 8.98% from 490); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEF2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFEF2C is #3010D3. Grayscale: #CFCFCF. Windows color (decimal): -3150036 or 2944975. OLE color: 2944975.
HSL color Cylindrical-coordinate representation of color #CFEF2C: hue angle of 69.85º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CFEF2C is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 239 | 44 | - |
| CMYK | 0.13 | 0 | 0.82 | 0.06 |
| HSL | 69.85º | 0.86% | 0.55% | - |
| HSV(B) | 69.85º | 0.82% | 0.94% | - |
| XYZ | 57.05 | 75.18 | 13.89 | - |
| YUV | 207.2 | 35.9 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 239 | 44 | 0.13 | 0 | 0.82 | 0.06 | 69.85 | 0.86 | 0.55 |
| Hex | CF | EF | 2C | D | 0 | 52 | 6 | 46 | 56 | 37 |
| Octal | 317 | 357 | 54 | 15 | 0 | 122 | 6 | 106 | 126 | 67 |
| Binary | 11001111 | 11101111 | 101100 | 1101 | 0 | 1010010 | 110 | 1000110 | 1010110 | 110111 |
Color Harmonies of #CFEF2C
Complementary color
Monochromatic Colors of #CFEF2C
Black with #CFEF2C
Text Example
Text Example
White with #CFEF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEF2C; }
p { color: rgb(207,239,44); }
H1.HeaderClassName
{
color: #CFEF2C;
}
.AnyTagClassName
{
color: #CFEF2C;
}
</style>
background-color css
<style>
a { background-color: #CFEF2C; }
a { background-color: rgb(207,239,44); }
div.DivClassName
{
background-color: #CFEF2C;
}
.BgClassName
{
background-color: #CFEF2C;
}
</style>
border-color css
<style>
span { border-color: #CFEF2C; }
span { border-color: rgb(207,239,44); }
td.TdClassName
{
border-color: #CFEF2C;
}
.TagClassName
{
border-color: #CFEF2C;
}
</style>