Shades of Pear #CFEC2D
Tints of Pear #CFEC2D
RGB
CMYK
RGB Variations
Color information
#CFEC2D (or 0xCFEC2D) is known color: Pear. HEX triplet: CF, EC and 2D. RGB value is (207,236,45). Sum of RGB (Red+Green+Blue) = 207+236+45=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 236 (92.58% from 255 or 48.36% from 488); Blue value is 45 (17.97% from 255 or 9.22% from 488); Max value from RGB is 236 - color contains mainly: green. Hex color #CFEC2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFEC2D is #3013D2. Grayscale: #CECECE. Windows color (decimal): -3150803 or 3009743. OLE color: 3009743.
HSL color Cylindrical-coordinate representation of color #CFEC2D: hue angle of 69.11º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CFEC2D is Cyan = 0.12, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 236 | 45 | - |
| CMYK | 0.12 | 0 | 0.81 | 0.07 |
| HSL | 69.11º | 0.83% | 0.55% | - |
| HSV(B) | 69.11º | 0.81% | 0.93% | - |
| XYZ | 56.2 | 73.45 | 13.7 | - |
| YUV | 205.56 | 37.39 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 236 | 45 | 0.12 | 0 | 0.81 | 0.07 | 69.11 | 0.83 | 0.55 |
| Hex | CF | EC | 2D | C | 0 | 51 | 7 | 45 | 53 | 37 |
| Octal | 317 | 354 | 55 | 14 | 0 | 121 | 7 | 105 | 123 | 67 |
| Binary | 11001111 | 11101100 | 101101 | 1100 | 0 | 1010001 | 111 | 1000101 | 1010011 | 110111 |
Color Harmonies of #CFEC2D
Complementary color
Monochromatic Colors of #CFEC2D
Black with #CFEC2D
Text Example
Text Example
White with #CFEC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEC2D; }
p { color: rgb(207,236,45); }
H1.HeaderClassName
{
color: #CFEC2D;
}
.AnyTagClassName
{
color: #CFEC2D;
}
</style>
background-color css
<style>
a { background-color: #CFEC2D; }
a { background-color: rgb(207,236,45); }
div.DivClassName
{
background-color: #CFEC2D;
}
.BgClassName
{
background-color: #CFEC2D;
}
</style>
border-color css
<style>
span { border-color: #CFEC2D; }
span { border-color: rgb(207,236,45); }
td.TdClassName
{
border-color: #CFEC2D;
}
.TagClassName
{
border-color: #CFEC2D;
}
</style>