Shades of Pear #CFEF4D
Tints of Pear #CFEF4D
RGB
CMYK
RGB Variations
Color information
#CFEF4D (or 0xCFEF4D) is known color: Pear. HEX triplet: CF, EF and 4D. RGB value is (207,239,77). Sum of RGB (Red+Green+Blue) = 207+239+77=523 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.58% from 523); Green value is 239 (93.75% from 255 or 45.70% from 523); Blue value is 77 (30.47% from 255 or 14.72% from 523); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEF4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEF4D is #3010B2. Grayscale: #D3D3D3. Windows color (decimal): -3150003 or 5107663. OLE color: 5107663.
HSL color Cylindrical-coordinate representation of color #CFEF4D: hue angle of 71.85º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CFEF4D is Cyan = 0.13, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 239 | 77 | - |
| CMYK | 0.13 | 0 | 0.68 | 0.06 |
| HSL | 71.85º | 0.84% | 0.62% | - |
| HSV(B) | 71.85º | 0.68% | 0.94% | - |
| XYZ | 57.94 | 75.53 | 18.55 | - |
| YUV | 210.96 | 52.4 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 239 | 77 | 0.13 | 0 | 0.68 | 0.06 | 71.85 | 0.84 | 0.62 |
| Hex | CF | EF | 4D | D | 0 | 44 | 6 | 48 | 54 | 3E |
| Octal | 317 | 357 | 115 | 15 | 0 | 104 | 6 | 110 | 124 | 76 |
| Binary | 11001111 | 11101111 | 1001101 | 1101 | 0 | 1000100 | 110 | 1001000 | 1010100 | 111110 |
Color Harmonies of #CFEF4D
Complementary color
Monochromatic Colors of #CFEF4D
Black with #CFEF4D
Text Example
Text Example
White with #CFEF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEF4D; }
p { color: rgb(207,239,77); }
H1.HeaderClassName
{
color: #CFEF4D;
}
.AnyTagClassName
{
color: #CFEF4D;
}
</style>
background-color css
<style>
a { background-color: #CFEF4D; }
a { background-color: rgb(207,239,77); }
div.DivClassName
{
background-color: #CFEF4D;
}
.BgClassName
{
background-color: #CFEF4D;
}
</style>
border-color css
<style>
span { border-color: #CFEF4D; }
span { border-color: rgb(207,239,77); }
td.TdClassName
{
border-color: #CFEF4D;
}
.TagClassName
{
border-color: #CFEF4D;
}
</style>