Shades of Pear #CFEA4C
Tints of Pear #CFEA4C
RGB
CMYK
RGB Variations
Color information
#CFEA4C (or 0xCFEA4C) is known color: Pear. HEX triplet: CF, EA and 4C. RGB value is (207,234,76). Sum of RGB (Red+Green+Blue) = 207+234+76=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 234 (91.80% from 255 or 45.26% from 517); Blue value is 76 (30.08% from 255 or 14.70% from 517); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEA4C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFEA4C is #3015B3. Grayscale: #D0D0D0. Windows color (decimal): -3151284 or 5040847. OLE color: 5040847.
HSL color Cylindrical-coordinate representation of color #CFEA4C: hue angle of 70.25º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CFEA4C is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 234 | 76 | - |
| CMYK | 0.12 | 0 | 0.68 | 0.08 |
| HSL | 70.25º | 0.79% | 0.61% | - |
| HSV(B) | 70.25º | 0.68% | 0.92% | - |
| XYZ | 56.46 | 72.63 | 17.88 | - |
| YUV | 207.92 | 53.55 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 234 | 76 | 0.12 | 0 | 0.68 | 0.08 | 70.25 | 0.79 | 0.61 |
| Hex | CF | EA | 4C | C | 0 | 44 | 8 | 46 | 4F | 3D |
| Octal | 317 | 352 | 114 | 14 | 0 | 104 | 10 | 106 | 117 | 75 |
| Binary | 11001111 | 11101010 | 1001100 | 1100 | 0 | 1000100 | 1000 | 1000110 | 1001111 | 111101 |
Color Harmonies of #CFEA4C
Complementary color
Monochromatic Colors of #CFEA4C
Black with #CFEA4C
Text Example
Text Example
White with #CFEA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEA4C; }
p { color: rgb(207,234,76); }
H1.HeaderClassName
{
color: #CFEA4C;
}
.AnyTagClassName
{
color: #CFEA4C;
}
</style>
background-color css
<style>
a { background-color: #CFEA4C; }
a { background-color: rgb(207,234,76); }
div.DivClassName
{
background-color: #CFEA4C;
}
.BgClassName
{
background-color: #CFEA4C;
}
</style>
border-color css
<style>
span { border-color: #CFEA4C; }
span { border-color: rgb(207,234,76); }
td.TdClassName
{
border-color: #CFEA4C;
}
.TagClassName
{
border-color: #CFEA4C;
}
</style>