Shades of Pear #CFEA2F
Tints of Pear #CFEA2F
RGB
CMYK
RGB Variations
Color information
#CFEA2F (or 0xCFEA2F) is known color: Pear. HEX triplet: CF, EA and 2F. RGB value is (207,234,47). Sum of RGB (Red+Green+Blue) = 207+234+47=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 234 (91.80% from 255 or 47.95% from 488); Blue value is 47 (18.75% from 255 or 9.63% from 488); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEA2F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFEA2F is #3015D0. Grayscale: #CDCDCD. Windows color (decimal): -3151313 or 3140303. OLE color: 3140303.
HSL color Cylindrical-coordinate representation of color #CFEA2F: hue angle of 68.66º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CFEA2F is Cyan = 0.12, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 234 | 47 | - |
| CMYK | 0.12 | 0 | 0.80 | 0.08 |
| HSL | 68.66º | 0.82% | 0.55% | - |
| HSV(B) | 68.66º | 0.8% | 0.92% | - |
| XYZ | 55.67 | 72.32 | 13.71 | - |
| YUV | 204.61 | 39.05 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 234 | 47 | 0.12 | 0 | 0.80 | 0.08 | 68.66 | 0.82 | 0.55 |
| Hex | CF | EA | 2F | C | 0 | 50 | 8 | 45 | 52 | 37 |
| Octal | 317 | 352 | 57 | 14 | 0 | 120 | 10 | 105 | 122 | 67 |
| Binary | 11001111 | 11101010 | 101111 | 1100 | 0 | 1010000 | 1000 | 1000101 | 1010010 | 110111 |
Color Harmonies of #CFEA2F
Complementary color
Monochromatic Colors of #CFEA2F
Black with #CFEA2F
Text Example
Text Example
White with #CFEA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEA2F; }
p { color: rgb(207,234,47); }
H1.HeaderClassName
{
color: #CFEA2F;
}
.AnyTagClassName
{
color: #CFEA2F;
}
</style>
background-color css
<style>
a { background-color: #CFEA2F; }
a { background-color: rgb(207,234,47); }
div.DivClassName
{
background-color: #CFEA2F;
}
.BgClassName
{
background-color: #CFEA2F;
}
</style>
border-color css
<style>
span { border-color: #CFEA2F; }
span { border-color: rgb(207,234,47); }
td.TdClassName
{
border-color: #CFEA2F;
}
.TagClassName
{
border-color: #CFEA2F;
}
</style>