Shades of Pear #CFEC1B
Tints of Pear #CFEC1B
RGB
CMYK
RGB Variations
Color information
#CFEC1B (or 0xCFEC1B) is known color: Pear. HEX triplet: CF, EC and 1B. RGB value is (207,236,27). Sum of RGB (Red+Green+Blue) = 207+236+27=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 236 (92.58% from 255 or 50.21% from 470); Blue value is 27 (10.94% from 255 or 5.74% from 470); Max value from RGB is 236 - color contains mainly: green. Hex color #CFEC1B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFEC1B is #3013E4. Grayscale: #CCCCCC. Windows color (decimal): -3150821 or 1830095. OLE color: 1830095.
HSL color Cylindrical-coordinate representation of color #CFEC1B: hue angle of 68.33º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CFEC1B is Cyan = 0.12, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 236 | 27 | - |
| CMYK | 0.12 | 0 | 0.89 | 0.07 |
| HSL | 68.33º | 0.85% | 0.52% | - |
| HSV(B) | 68.33º | 0.89% | 0.93% | - |
| XYZ | 55.93 | 73.34 | 12.24 | - |
| YUV | 203.5 | 28.39 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 236 | 27 | 0.12 | 0 | 0.89 | 0.07 | 68.33 | 0.85 | 0.52 |
| Hex | CF | EC | 1B | C | 0 | 59 | 7 | 44 | 55 | 34 |
| Octal | 317 | 354 | 33 | 14 | 0 | 131 | 7 | 104 | 125 | 64 |
| Binary | 11001111 | 11101100 | 11011 | 1100 | 0 | 1011001 | 111 | 1000100 | 1010101 | 110100 |
Color Harmonies of #CFEC1B
Complementary color
Monochromatic Colors of #CFEC1B
Black with #CFEC1B
Text Example
Text Example
White with #CFEC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEC1B; }
p { color: rgb(207,236,27); }
H1.HeaderClassName
{
color: #CFEC1B;
}
.AnyTagClassName
{
color: #CFEC1B;
}
</style>
background-color css
<style>
a { background-color: #CFEC1B; }
a { background-color: rgb(207,236,27); }
div.DivClassName
{
background-color: #CFEC1B;
}
.BgClassName
{
background-color: #CFEC1B;
}
</style>
border-color css
<style>
span { border-color: #CFEC1B; }
span { border-color: rgb(207,236,27); }
td.TdClassName
{
border-color: #CFEC1B;
}
.TagClassName
{
border-color: #CFEC1B;
}
</style>