Shades of Pear #CFEF2D
Tints of Pear #CFEF2D
RGB
CMYK
RGB Variations
Color information
#CFEF2D (or 0xCFEF2D) is known color: Pear. HEX triplet: CF, EF and 2D. RGB value is (207,239,45). Sum of RGB (Red+Green+Blue) = 207+239+45=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 239 (93.75% from 255 or 48.68% from 491); Blue value is 45 (17.97% from 255 or 9.16% from 491); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEF2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFEF2D is #3010D2. Grayscale: #D0D0D0. Windows color (decimal): -3150035 or 3010511. OLE color: 3010511.
HSL color Cylindrical-coordinate representation of color #CFEF2D: hue angle of 69.9º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CFEF2D is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 239 | 45 | - |
| CMYK | 0.13 | 0 | 0.81 | 0.06 |
| HSL | 69.9º | 0.86% | 0.56% | - |
| HSV(B) | 69.9º | 0.81% | 0.94% | - |
| XYZ | 57.07 | 75.19 | 13.99 | - |
| YUV | 207.32 | 36.4 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 239 | 45 | 0.13 | 0 | 0.81 | 0.06 | 69.9 | 0.86 | 0.56 |
| Hex | CF | EF | 2D | D | 0 | 51 | 6 | 46 | 56 | 38 |
| Octal | 317 | 357 | 55 | 15 | 0 | 121 | 6 | 106 | 126 | 70 |
| Binary | 11001111 | 11101111 | 101101 | 1101 | 0 | 1010001 | 110 | 1000110 | 1010110 | 111000 |
Color Harmonies of #CFEF2D
Complementary color
Monochromatic Colors of #CFEF2D
Black with #CFEF2D
Text Example
Text Example
White with #CFEF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEF2D; }
p { color: rgb(207,239,45); }
H1.HeaderClassName
{
color: #CFEF2D;
}
.AnyTagClassName
{
color: #CFEF2D;
}
</style>
background-color css
<style>
a { background-color: #CFEF2D; }
a { background-color: rgb(207,239,45); }
div.DivClassName
{
background-color: #CFEF2D;
}
.BgClassName
{
background-color: #CFEF2D;
}
</style>
border-color css
<style>
span { border-color: #CFEF2D; }
span { border-color: rgb(207,239,45); }
td.TdClassName
{
border-color: #CFEF2D;
}
.TagClassName
{
border-color: #CFEF2D;
}
</style>