Shades of Pear #CFEE2B
Tints of Pear #CFEE2B
RGB
CMYK
RGB Variations
Color information
#CFEE2B (or 0xCFEE2B) is known color: Pear. HEX triplet: CF, EE and 2B. RGB value is (207,238,43). Sum of RGB (Red+Green+Blue) = 207+238+43=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 238 (93.36% from 255 or 48.77% from 488); Blue value is 43 (17.19% from 255 or 8.81% from 488); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEE2B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFEE2B is #3011D4. Grayscale: #CFCFCF. Windows color (decimal): -3150293 or 2879183. OLE color: 2879183.
HSL color Cylindrical-coordinate representation of color #CFEE2B: hue angle of 69.54º degrees, saturation: 0.85, 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 #CFEE2B is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 238 | 43 | - |
| CMYK | 0.13 | 0 | 0.82 | 0.07 |
| HSL | 69.54º | 0.85% | 0.55% | - |
| HSV(B) | 69.54º | 0.82% | 0.93% | - |
| XYZ | 56.74 | 74.59 | 13.69 | - |
| YUV | 206.5 | 35.73 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 238 | 43 | 0.13 | 0 | 0.82 | 0.07 | 69.54 | 0.85 | 0.55 |
| Hex | CF | EE | 2B | D | 0 | 52 | 7 | 46 | 55 | 37 |
| Octal | 317 | 356 | 53 | 15 | 0 | 122 | 7 | 106 | 125 | 67 |
| Binary | 11001111 | 11101110 | 101011 | 1101 | 0 | 1010010 | 111 | 1000110 | 1010101 | 110111 |
Color Harmonies of #CFEE2B
Complementary color
Monochromatic Colors of #CFEE2B
Black with #CFEE2B
Text Example
Text Example
White with #CFEE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEE2B; }
p { color: rgb(207,238,43); }
H1.HeaderClassName
{
color: #CFEE2B;
}
.AnyTagClassName
{
color: #CFEE2B;
}
</style>
background-color css
<style>
a { background-color: #CFEE2B; }
a { background-color: rgb(207,238,43); }
div.DivClassName
{
background-color: #CFEE2B;
}
.BgClassName
{
background-color: #CFEE2B;
}
</style>
border-color css
<style>
span { border-color: #CFEE2B; }
span { border-color: rgb(207,238,43); }
td.TdClassName
{
border-color: #CFEE2B;
}
.TagClassName
{
border-color: #CFEE2B;
}
</style>