Shades of Pear #CFEF37
Tints of Pear #CFEF37
RGB
CMYK
RGB Variations
Color information
#CFEF37 (or 0xCFEF37) is known color: Pear. HEX triplet: CF, EF and 37. RGB value is (207,239,55). Sum of RGB (Red+Green+Blue) = 207+239+55=501 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.32% from 501); Green value is 239 (93.75% from 255 or 47.70% from 501); Blue value is 55 (21.88% from 255 or 10.98% from 501); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEF37 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFEF37 is #3010C8. Grayscale: #D1D1D1. Windows color (decimal): -3150025 or 3665871. OLE color: 3665871.
HSL color Cylindrical-coordinate representation of color #CFEF37: hue angle of 70.43º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CFEF37 is Cyan = 0.13, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 239 | 55 | - |
| CMYK | 0.13 | 0 | 0.77 | 0.06 |
| HSL | 70.43º | 0.85% | 0.58% | - |
| HSV(B) | 70.43º | 0.77% | 0.94% | - |
| XYZ | 57.29 | 75.27 | 15.12 | - |
| YUV | 208.46 | 41.4 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 239 | 55 | 0.13 | 0 | 0.77 | 0.06 | 70.43 | 0.85 | 0.58 |
| Hex | CF | EF | 37 | D | 0 | 4D | 6 | 46 | 55 | 3A |
| Octal | 317 | 357 | 67 | 15 | 0 | 115 | 6 | 106 | 125 | 72 |
| Binary | 11001111 | 11101111 | 110111 | 1101 | 0 | 1001101 | 110 | 1000110 | 1010101 | 111010 |
Color Harmonies of #CFEF37
Complementary color
Monochromatic Colors of #CFEF37
Black with #CFEF37
Text Example
Text Example
White with #CFEF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEF37; }
p { color: rgb(207,239,55); }
H1.HeaderClassName
{
color: #CFEF37;
}
.AnyTagClassName
{
color: #CFEF37;
}
</style>
background-color css
<style>
a { background-color: #CFEF37; }
a { background-color: rgb(207,239,55); }
div.DivClassName
{
background-color: #CFEF37;
}
.BgClassName
{
background-color: #CFEF37;
}
</style>
border-color css
<style>
span { border-color: #CFEF37; }
span { border-color: rgb(207,239,55); }
td.TdClassName
{
border-color: #CFEF37;
}
.TagClassName
{
border-color: #CFEF37;
}
</style>