Shades of Pear #CFEC1E
Tints of Pear #CFEC1E
RGB
CMYK
RGB Variations
Color information
#CFEC1E (or 0xCFEC1E) is known color: Pear. HEX triplet: CF, EC and 1E. RGB value is (207,236,30). Sum of RGB (Red+Green+Blue) = 207+236+30=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 236 (92.58% from 255 or 49.89% from 473); Blue value is 30 (12.11% from 255 or 6.34% from 473); Max value from RGB is 236 - color contains mainly: green. Hex color #CFEC1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFEC1E is #3013E1. Grayscale: #CCCCCC. Windows color (decimal): -3150818 or 2026703. OLE color: 2026703.
HSL color Cylindrical-coordinate representation of color #CFEC1E: hue angle of 68.45º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CFEC1E is Cyan = 0.12, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 236 | 30 | - |
| CMYK | 0.12 | 0 | 0.87 | 0.07 |
| HSL | 68.45º | 0.84% | 0.52% | - |
| HSV(B) | 68.45º | 0.87% | 0.93% | - |
| XYZ | 55.96 | 73.35 | 12.44 | - |
| YUV | 203.85 | 29.89 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 236 | 30 | 0.12 | 0 | 0.87 | 0.07 | 68.45 | 0.84 | 0.52 |
| Hex | CF | EC | 1E | C | 0 | 57 | 7 | 44 | 54 | 34 |
| Octal | 317 | 354 | 36 | 14 | 0 | 127 | 7 | 104 | 124 | 64 |
| Binary | 11001111 | 11101100 | 11110 | 1100 | 0 | 1010111 | 111 | 1000100 | 1010100 | 110100 |
Color Harmonies of #CFEC1E
Complementary color
Monochromatic Colors of #CFEC1E
Black with #CFEC1E
Text Example
Text Example
White with #CFEC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEC1E; }
p { color: rgb(207,236,30); }
H1.HeaderClassName
{
color: #CFEC1E;
}
.AnyTagClassName
{
color: #CFEC1E;
}
</style>
background-color css
<style>
a { background-color: #CFEC1E; }
a { background-color: rgb(207,236,30); }
div.DivClassName
{
background-color: #CFEC1E;
}
.BgClassName
{
background-color: #CFEC1E;
}
</style>
border-color css
<style>
span { border-color: #CFEC1E; }
span { border-color: rgb(207,236,30); }
td.TdClassName
{
border-color: #CFEC1E;
}
.TagClassName
{
border-color: #CFEC1E;
}
</style>