Shades of Pear #CFEC3E
Tints of Pear #CFEC3E
RGB
CMYK
RGB Variations
Color information
#CFEC3E (or 0xCFEC3E) is known color: Pear. HEX triplet: CF, EC and 3E. RGB value is (207,236,62). Sum of RGB (Red+Green+Blue) = 207+236+62=505 (66% of max value = 765). Red value is 207 (81.25% from 255 or 40.99% from 505); Green value is 236 (92.58% from 255 or 46.73% from 505); Blue value is 62 (24.61% from 255 or 12.28% from 505); Max value from RGB is 236 - color contains mainly: green. Hex color #CFEC3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFEC3E is #3013C1. Grayscale: #D0D0D0. Windows color (decimal): -3150786 or 4123855. OLE color: 4123855.
HSL color Cylindrical-coordinate representation of color #CFEC3E: hue angle of 70º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CFEC3E is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 236 | 62 | - |
| CMYK | 0.12 | 0 | 0.74 | 0.07 |
| HSL | 70º | 0.82% | 0.58% | - |
| HSV(B) | 70º | 0.74% | 0.93% | - |
| XYZ | 56.6 | 73.6 | 15.78 | - |
| YUV | 207.49 | 45.89 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 236 | 62 | 0.12 | 0 | 0.74 | 0.07 | 70 | 0.82 | 0.58 |
| Hex | CF | EC | 3E | C | 0 | 4A | 7 | 46 | 52 | 3A |
| Octal | 317 | 354 | 76 | 14 | 0 | 112 | 7 | 106 | 122 | 72 |
| Binary | 11001111 | 11101100 | 111110 | 1100 | 0 | 1001010 | 111 | 1000110 | 1010010 | 111010 |
Color Harmonies of #CFEC3E
Complementary color
Monochromatic Colors of #CFEC3E
Black with #CFEC3E
Text Example
Text Example
White with #CFEC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEC3E; }
p { color: rgb(207,236,62); }
H1.HeaderClassName
{
color: #CFEC3E;
}
.AnyTagClassName
{
color: #CFEC3E;
}
</style>
background-color css
<style>
a { background-color: #CFEC3E; }
a { background-color: rgb(207,236,62); }
div.DivClassName
{
background-color: #CFEC3E;
}
.BgClassName
{
background-color: #CFEC3E;
}
</style>
border-color css
<style>
span { border-color: #CFEC3E; }
span { border-color: rgb(207,236,62); }
td.TdClassName
{
border-color: #CFEC3E;
}
.TagClassName
{
border-color: #CFEC3E;
}
</style>