Shades of Pear #CFEC2B
Tints of Pear #CFEC2B
RGB
CMYK
RGB Variations
Color information
#CFEC2B (or 0xCFEC2B) is known color: Pear. HEX triplet: CF, EC and 2B. RGB value is (207,236,43). Sum of RGB (Red+Green+Blue) = 207+236+43=486 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.59% from 486); Green value is 236 (92.58% from 255 or 48.56% from 486); Blue value is 43 (17.19% from 255 or 8.85% from 486); Max value from RGB is 236 - color contains mainly: green. Hex color #CFEC2B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFEC2B is #3013D4. Grayscale: #CECECE. Windows color (decimal): -3150805 or 2878671. OLE color: 2878671.
HSL color Cylindrical-coordinate representation of color #CFEC2B: hue angle of 69.02º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CFEC2B is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 236 | 43 | - |
| CMYK | 0.12 | 0 | 0.82 | 0.07 |
| HSL | 69.02º | 0.84% | 0.55% | - |
| HSV(B) | 69.02º | 0.82% | 0.93% | - |
| XYZ | 56.16 | 73.43 | 13.5 | - |
| YUV | 205.33 | 36.39 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 236 | 43 | 0.12 | 0 | 0.82 | 0.07 | 69.02 | 0.84 | 0.55 |
| Hex | CF | EC | 2B | C | 0 | 52 | 7 | 45 | 54 | 37 |
| Octal | 317 | 354 | 53 | 14 | 0 | 122 | 7 | 105 | 124 | 67 |
| Binary | 11001111 | 11101100 | 101011 | 1100 | 0 | 1010010 | 111 | 1000101 | 1010100 | 110111 |
Color Harmonies of #CFEC2B
Complementary color
Monochromatic Colors of #CFEC2B
Black with #CFEC2B
Text Example
Text Example
White with #CFEC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEC2B; }
p { color: rgb(207,236,43); }
H1.HeaderClassName
{
color: #CFEC2B;
}
.AnyTagClassName
{
color: #CFEC2B;
}
</style>
background-color css
<style>
a { background-color: #CFEC2B; }
a { background-color: rgb(207,236,43); }
div.DivClassName
{
background-color: #CFEC2B;
}
.BgClassName
{
background-color: #CFEC2B;
}
</style>
border-color css
<style>
span { border-color: #CFEC2B; }
span { border-color: rgb(207,236,43); }
td.TdClassName
{
border-color: #CFEC2B;
}
.TagClassName
{
border-color: #CFEC2B;
}
</style>