Shades of Pear #CFEC3C
Tints of Pear #CFEC3C
RGB
CMYK
RGB Variations
Color information
#CFEC3C (or 0xCFEC3C) is known color: Pear. HEX triplet: CF, EC and 3C. RGB value is (207,236,60). Sum of RGB (Red+Green+Blue) = 207+236+60=503 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.15% from 503); Green value is 236 (92.58% from 255 or 46.92% from 503); Blue value is 60 (23.83% from 255 or 11.93% from 503); Max value from RGB is 236 - color contains mainly: green. Hex color #CFEC3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFEC3C is #3013C3. Grayscale: #CFCFCF. Windows color (decimal): -3150788 or 3992783. OLE color: 3992783.
HSL color Cylindrical-coordinate representation of color #CFEC3C: hue angle of 69.89º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CFEC3C is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 236 | 60 | - |
| CMYK | 0.12 | 0 | 0.75 | 0.07 |
| HSL | 69.89º | 0.82% | 0.58% | - |
| HSV(B) | 69.89º | 0.75% | 0.93% | - |
| XYZ | 56.54 | 73.58 | 15.5 | - |
| YUV | 207.27 | 44.89 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 236 | 60 | 0.12 | 0 | 0.75 | 0.07 | 69.89 | 0.82 | 0.58 |
| Hex | CF | EC | 3C | C | 0 | 4B | 7 | 46 | 52 | 3A |
| Octal | 317 | 354 | 74 | 14 | 0 | 113 | 7 | 106 | 122 | 72 |
| Binary | 11001111 | 11101100 | 111100 | 1100 | 0 | 1001011 | 111 | 1000110 | 1010010 | 111010 |
Color Harmonies of #CFEC3C
Complementary color
Monochromatic Colors of #CFEC3C
Black with #CFEC3C
Text Example
Text Example
White with #CFEC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEC3C; }
p { color: rgb(207,236,60); }
H1.HeaderClassName
{
color: #CFEC3C;
}
.AnyTagClassName
{
color: #CFEC3C;
}
</style>
background-color css
<style>
a { background-color: #CFEC3C; }
a { background-color: rgb(207,236,60); }
div.DivClassName
{
background-color: #CFEC3C;
}
.BgClassName
{
background-color: #CFEC3C;
}
</style>
border-color css
<style>
span { border-color: #CFEC3C; }
span { border-color: rgb(207,236,60); }
td.TdClassName
{
border-color: #CFEC3C;
}
.TagClassName
{
border-color: #CFEC3C;
}
</style>