Shades of Pear #CFEA4A
Tints of Pear #CFEA4A
RGB
CMYK
RGB Variations
Color information
#CFEA4A (or 0xCFEA4A) is known color: Pear. HEX triplet: CF, EA and 4A. RGB value is (207,234,74). Sum of RGB (Red+Green+Blue) = 207+234+74=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 234 (91.80% from 255 or 45.44% from 515); Blue value is 74 (29.30% from 255 or 14.37% from 515); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEA4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFEA4A is #3015B5. Grayscale: #D0D0D0. Windows color (decimal): -3151286 or 4909775. OLE color: 4909775.
HSL color Cylindrical-coordinate representation of color #CFEA4A: hue angle of 70.12º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CFEA4A is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 234 | 74 | - |
| CMYK | 0.12 | 0 | 0.68 | 0.08 |
| HSL | 70.13º | 0.79% | 0.6% | - |
| HSV(B) | 70.13º | 0.68% | 0.92% | - |
| XYZ | 56.39 | 72.61 | 17.52 | - |
| YUV | 207.69 | 52.55 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 234 | 74 | 0.12 | 0 | 0.68 | 0.08 | 70.13 | 0.79 | 0.6 |
| Hex | CF | EA | 4A | C | 0 | 44 | 8 | 46 | 4F | 3C |
| Octal | 317 | 352 | 112 | 14 | 0 | 104 | 10 | 106 | 117 | 74 |
| Binary | 11001111 | 11101010 | 1001010 | 1100 | 0 | 1000100 | 1000 | 1000110 | 1001111 | 111100 |
Color Harmonies of #CFEA4A
Complementary color
Monochromatic Colors of #CFEA4A
Black with #CFEA4A
Text Example
Text Example
White with #CFEA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEA4A; }
p { color: rgb(207,234,74); }
H1.HeaderClassName
{
color: #CFEA4A;
}
.AnyTagClassName
{
color: #CFEA4A;
}
</style>
background-color css
<style>
a { background-color: #CFEA4A; }
a { background-color: rgb(207,234,74); }
div.DivClassName
{
background-color: #CFEA4A;
}
.BgClassName
{
background-color: #CFEA4A;
}
</style>
border-color css
<style>
span { border-color: #CFEA4A; }
span { border-color: rgb(207,234,74); }
td.TdClassName
{
border-color: #CFEA4A;
}
.TagClassName
{
border-color: #CFEA4A;
}
</style>