Shades of Pear #CFEC39
Tints of Pear #CFEC39
RGB
CMYK
RGB Variations
Color information
#CFEC39 (or 0xCFEC39) is known color: Pear. HEX triplet: CF, EC and 39. RGB value is (207,236,57). Sum of RGB (Red+Green+Blue) = 207+236+57=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 236 (92.58% from 255 or 47.2% from 500); Blue value is 57 (22.66% from 255 or 11.4% from 500); Max value from RGB is 236 - color contains mainly: green. Hex color #CFEC39 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFEC39 is #3013C6. Grayscale: #CFCFCF. Windows color (decimal): -3150791 or 3796175. OLE color: 3796175.
HSL color Cylindrical-coordinate representation of color #CFEC39: hue angle of 69.72º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CFEC39 is Cyan = 0.12, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 236 | 57 | - |
| CMYK | 0.12 | 0 | 0.76 | 0.07 |
| HSL | 69.72º | 0.82% | 0.57% | - |
| HSV(B) | 69.72º | 0.76% | 0.93% | - |
| XYZ | 56.47 | 73.55 | 15.09 | - |
| YUV | 206.92 | 43.39 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 236 | 57 | 0.12 | 0 | 0.76 | 0.07 | 69.72 | 0.82 | 0.57 |
| Hex | CF | EC | 39 | C | 0 | 4C | 7 | 46 | 52 | 39 |
| Octal | 317 | 354 | 71 | 14 | 0 | 114 | 7 | 106 | 122 | 71 |
| Binary | 11001111 | 11101100 | 111001 | 1100 | 0 | 1001100 | 111 | 1000110 | 1010010 | 111001 |
Color Harmonies of #CFEC39
Complementary color
Monochromatic Colors of #CFEC39
Black with #CFEC39
Text Example
Text Example
White with #CFEC39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEC39; }
p { color: rgb(207,236,57); }
H1.HeaderClassName
{
color: #CFEC39;
}
.AnyTagClassName
{
color: #CFEC39;
}
</style>
background-color css
<style>
a { background-color: #CFEC39; }
a { background-color: rgb(207,236,57); }
div.DivClassName
{
background-color: #CFEC39;
}
.BgClassName
{
background-color: #CFEC39;
}
</style>
border-color css
<style>
span { border-color: #CFEC39; }
span { border-color: rgb(207,236,57); }
td.TdClassName
{
border-color: #CFEC39;
}
.TagClassName
{
border-color: #CFEC39;
}
</style>