Shades of Pear #CFEF2A
Tints of Pear #CFEF2A
RGB
CMYK
RGB Variations
Color information
#CFEF2A (or 0xCFEF2A) is known color: Pear. HEX triplet: CF, EF and 2A. RGB value is (207,239,42). Sum of RGB (Red+Green+Blue) = 207+239+42=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 239 (93.75% from 255 or 48.98% from 488); Blue value is 42 (16.80% from 255 or 8.61% from 488); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEF2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFEF2A is #3010D5. Grayscale: #CFCFCF. Windows color (decimal): -3150038 or 2813903. OLE color: 2813903.
HSL color Cylindrical-coordinate representation of color #CFEF2A: hue angle of 69.75º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CFEF2A is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 239 | 42 | - |
| CMYK | 0.13 | 0 | 0.82 | 0.06 |
| HSL | 69.75º | 0.86% | 0.55% | - |
| HSV(B) | 69.75º | 0.82% | 0.94% | - |
| XYZ | 57.02 | 75.17 | 13.69 | - |
| YUV | 206.97 | 34.9 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 239 | 42 | 0.13 | 0 | 0.82 | 0.06 | 69.75 | 0.86 | 0.55 |
| Hex | CF | EF | 2A | D | 0 | 52 | 6 | 46 | 56 | 37 |
| Octal | 317 | 357 | 52 | 15 | 0 | 122 | 6 | 106 | 126 | 67 |
| Binary | 11001111 | 11101111 | 101010 | 1101 | 0 | 1010010 | 110 | 1000110 | 1010110 | 110111 |
Color Harmonies of #CFEF2A
Complementary color
Monochromatic Colors of #CFEF2A
Black with #CFEF2A
Text Example
Text Example
White with #CFEF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEF2A; }
p { color: rgb(207,239,42); }
H1.HeaderClassName
{
color: #CFEF2A;
}
.AnyTagClassName
{
color: #CFEF2A;
}
</style>
background-color css
<style>
a { background-color: #CFEF2A; }
a { background-color: rgb(207,239,42); }
div.DivClassName
{
background-color: #CFEF2A;
}
.BgClassName
{
background-color: #CFEF2A;
}
</style>
border-color css
<style>
span { border-color: #CFEF2A; }
span { border-color: rgb(207,239,42); }
td.TdClassName
{
border-color: #CFEF2A;
}
.TagClassName
{
border-color: #CFEF2A;
}
</style>