Shades of Pear #CFEE2D
Tints of Pear #CFEE2D
RGB
CMYK
RGB Variations
Color information
#CFEE2D (or 0xCFEE2D) is known color: Pear. HEX triplet: CF, EE and 2D. RGB value is (207,238,45). Sum of RGB (Red+Green+Blue) = 207+238+45=490 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.24% from 490); Green value is 238 (93.36% from 255 or 48.57% from 490); Blue value is 45 (17.97% from 255 or 9.18% from 490); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEE2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFEE2D is #3011D2. Grayscale: #CFCFCF. Windows color (decimal): -3150291 or 3010255. OLE color: 3010255.
HSL color Cylindrical-coordinate representation of color #CFEE2D: hue angle of 69.64º degrees, saturation: 0.85, 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 #CFEE2D is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 238 | 45 | - |
| CMYK | 0.13 | 0 | 0.81 | 0.07 |
| HSL | 69.64º | 0.85% | 0.55% | - |
| HSV(B) | 69.64º | 0.81% | 0.93% | - |
| XYZ | 56.78 | 74.6 | 13.89 | - |
| YUV | 206.73 | 36.73 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 238 | 45 | 0.13 | 0 | 0.81 | 0.07 | 69.64 | 0.85 | 0.55 |
| Hex | CF | EE | 2D | D | 0 | 51 | 7 | 46 | 55 | 37 |
| Octal | 317 | 356 | 55 | 15 | 0 | 121 | 7 | 106 | 125 | 67 |
| Binary | 11001111 | 11101110 | 101101 | 1101 | 0 | 1010001 | 111 | 1000110 | 1010101 | 110111 |
Color Harmonies of #CFEE2D
Complementary color
Monochromatic Colors of #CFEE2D
Black with #CFEE2D
Text Example
Text Example
White with #CFEE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEE2D; }
p { color: rgb(207,238,45); }
H1.HeaderClassName
{
color: #CFEE2D;
}
.AnyTagClassName
{
color: #CFEE2D;
}
</style>
background-color css
<style>
a { background-color: #CFEE2D; }
a { background-color: rgb(207,238,45); }
div.DivClassName
{
background-color: #CFEE2D;
}
.BgClassName
{
background-color: #CFEE2D;
}
</style>
border-color css
<style>
span { border-color: #CFEE2D; }
span { border-color: rgb(207,238,45); }
td.TdClassName
{
border-color: #CFEE2D;
}
.TagClassName
{
border-color: #CFEE2D;
}
</style>