Shades of Pear #CFEC3B
Tints of Pear #CFEC3B
RGB
CMYK
RGB Variations
Color information
#CFEC3B (or 0xCFEC3B) is known color: Pear. HEX triplet: CF, EC and 3B. RGB value is (207,236,59). Sum of RGB (Red+Green+Blue) = 207+236+59=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 236 (92.58% from 255 or 47.01% from 502); Blue value is 59 (23.44% from 255 or 11.75% from 502); Max value from RGB is 236 - color contains mainly: green. Hex color #CFEC3B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFEC3B is #3013C4. Grayscale: #CFCFCF. Windows color (decimal): -3150789 or 3927247. OLE color: 3927247.
HSL color Cylindrical-coordinate representation of color #CFEC3B: hue angle of 69.83º 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 #CFEC3B is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 236 | 59 | - |
| CMYK | 0.12 | 0 | 0.75 | 0.07 |
| HSL | 69.83º | 0.82% | 0.58% | - |
| HSV(B) | 69.83º | 0.75% | 0.93% | - |
| XYZ | 56.52 | 73.57 | 15.36 | - |
| YUV | 207.15 | 44.39 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 236 | 59 | 0.12 | 0 | 0.75 | 0.07 | 69.83 | 0.82 | 0.58 |
| Hex | CF | EC | 3B | C | 0 | 4B | 7 | 46 | 52 | 3A |
| Octal | 317 | 354 | 73 | 14 | 0 | 113 | 7 | 106 | 122 | 72 |
| Binary | 11001111 | 11101100 | 111011 | 1100 | 0 | 1001011 | 111 | 1000110 | 1010010 | 111010 |
Color Harmonies of #CFEC3B
Complementary color
Monochromatic Colors of #CFEC3B
Black with #CFEC3B
Text Example
Text Example
White with #CFEC3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEC3B; }
p { color: rgb(207,236,59); }
H1.HeaderClassName
{
color: #CFEC3B;
}
.AnyTagClassName
{
color: #CFEC3B;
}
</style>
background-color css
<style>
a { background-color: #CFEC3B; }
a { background-color: rgb(207,236,59); }
div.DivClassName
{
background-color: #CFEC3B;
}
.BgClassName
{
background-color: #CFEC3B;
}
</style>
border-color css
<style>
span { border-color: #CFEC3B; }
span { border-color: rgb(207,236,59); }
td.TdClassName
{
border-color: #CFEC3B;
}
.TagClassName
{
border-color: #CFEC3B;
}
</style>