Shades of Pear #CFEF43
Tints of Pear #CFEF43
RGB
CMYK
RGB Variations
Color information
#CFEF43 (or 0xCFEF43) is known color: Pear. HEX triplet: CF, EF and 43. RGB value is (207,239,67). Sum of RGB (Red+Green+Blue) = 207+239+67=513 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.35% from 513); Green value is 239 (93.75% from 255 or 46.59% from 513); Blue value is 67 (26.56% from 255 or 13.06% from 513); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEF43 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFEF43 is #3010BC. Grayscale: #D2D2D2. Windows color (decimal): -3150013 or 4452303. OLE color: 4452303.
HSL color Cylindrical-coordinate representation of color #CFEF43: hue angle of 71.16º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CFEF43 is Cyan = 0.13, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 239 | 67 | - |
| CMYK | 0.13 | 0 | 0.72 | 0.06 |
| HSL | 71.16º | 0.84% | 0.6% | - |
| HSV(B) | 71.16º | 0.72% | 0.94% | - |
| XYZ | 57.61 | 75.4 | 16.83 | - |
| YUV | 209.82 | 47.4 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 239 | 67 | 0.13 | 0 | 0.72 | 0.06 | 71.16 | 0.84 | 0.6 |
| Hex | CF | EF | 43 | D | 0 | 48 | 6 | 47 | 54 | 3C |
| Octal | 317 | 357 | 103 | 15 | 0 | 110 | 6 | 107 | 124 | 74 |
| Binary | 11001111 | 11101111 | 1000011 | 1101 | 0 | 1001000 | 110 | 1000111 | 1010100 | 111100 |
Color Harmonies of #CFEF43
Complementary color
Monochromatic Colors of #CFEF43
Black with #CFEF43
Text Example
Text Example
White with #CFEF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEF43; }
p { color: rgb(207,239,67); }
H1.HeaderClassName
{
color: #CFEF43;
}
.AnyTagClassName
{
color: #CFEF43;
}
</style>
background-color css
<style>
a { background-color: #CFEF43; }
a { background-color: rgb(207,239,67); }
div.DivClassName
{
background-color: #CFEF43;
}
.BgClassName
{
background-color: #CFEF43;
}
</style>
border-color css
<style>
span { border-color: #CFEF43; }
span { border-color: rgb(207,239,67); }
td.TdClassName
{
border-color: #CFEF43;
}
.TagClassName
{
border-color: #CFEF43;
}
</style>