Shades of Pear #CFEA2C
Tints of Pear #CFEA2C
RGB
CMYK
RGB Variations
Color information
#CFEA2C (or 0xCFEA2C) is known color: Pear. HEX triplet: CF, EA and 2C. RGB value is (207,234,44). Sum of RGB (Red+Green+Blue) = 207+234+44=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 234 (91.80% from 255 or 48.25% from 485); Blue value is 44 (17.58% from 255 or 9.07% from 485); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEA2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFEA2C is #3015D3. Grayscale: #CDCDCD. Windows color (decimal): -3151316 or 2943695. OLE color: 2943695.
HSL color Cylindrical-coordinate representation of color #CFEA2C: hue angle of 68.53º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CFEA2C is Cyan = 0.12, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 234 | 44 | - |
| CMYK | 0.12 | 0 | 0.81 | 0.08 |
| HSL | 68.53º | 0.82% | 0.55% | - |
| HSV(B) | 68.53º | 0.81% | 0.92% | - |
| XYZ | 55.61 | 72.29 | 13.41 | - |
| YUV | 204.27 | 37.55 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 234 | 44 | 0.12 | 0 | 0.81 | 0.08 | 68.53 | 0.82 | 0.55 |
| Hex | CF | EA | 2C | C | 0 | 51 | 8 | 45 | 52 | 37 |
| Octal | 317 | 352 | 54 | 14 | 0 | 121 | 10 | 105 | 122 | 67 |
| Binary | 11001111 | 11101010 | 101100 | 1100 | 0 | 1010001 | 1000 | 1000101 | 1010010 | 110111 |
Color Harmonies of #CFEA2C
Complementary color
Monochromatic Colors of #CFEA2C
Black with #CFEA2C
Text Example
Text Example
White with #CFEA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEA2C; }
p { color: rgb(207,234,44); }
H1.HeaderClassName
{
color: #CFEA2C;
}
.AnyTagClassName
{
color: #CFEA2C;
}
</style>
background-color css
<style>
a { background-color: #CFEA2C; }
a { background-color: rgb(207,234,44); }
div.DivClassName
{
background-color: #CFEA2C;
}
.BgClassName
{
background-color: #CFEA2C;
}
</style>
border-color css
<style>
span { border-color: #CFEA2C; }
span { border-color: rgb(207,234,44); }
td.TdClassName
{
border-color: #CFEA2C;
}
.TagClassName
{
border-color: #CFEA2C;
}
</style>