Shades of Pear #CFE945
Tints of Pear #CFE945
RGB
CMYK
RGB Variations
Color information
#CFE945 (or 0xCFE945) is known color: Pear. HEX triplet: CF, E9 and 45. RGB value is (207,233,69). Sum of RGB (Red+Green+Blue) = 207+233+69=509 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.67% from 509); Green value is 233 (91.41% from 255 or 45.78% from 509); Blue value is 69 (27.34% from 255 or 13.56% from 509); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE945 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFE945 is #3016BA. Grayscale: #CFCFCF. Windows color (decimal): -3151547 or 4581839. OLE color: 4581839.
HSL color Cylindrical-coordinate representation of color #CFE945: hue angle of 69.51º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CFE945 is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 233 | 69 | - |
| CMYK | 0.11 | 0 | 0.70 | 0.09 |
| HSL | 69.51º | 0.79% | 0.59% | - |
| HSV(B) | 69.51º | 0.7% | 0.91% | - |
| XYZ | 55.95 | 71.97 | 16.57 | - |
| YUV | 206.53 | 50.39 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 233 | 69 | 0.11 | 0 | 0.70 | 0.09 | 69.51 | 0.79 | 0.59 |
| Hex | CF | E9 | 45 | B | 0 | 46 | 9 | 46 | 4F | 3B |
| Octal | 317 | 351 | 105 | 13 | 0 | 106 | 11 | 106 | 117 | 73 |
| Binary | 11001111 | 11101001 | 1000101 | 1011 | 0 | 1000110 | 1001 | 1000110 | 1001111 | 111011 |
Color Harmonies of #CFE945
Complementary color
Monochromatic Colors of #CFE945
Black with #CFE945
Text Example
Text Example
White with #CFE945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE945; }
p { color: rgb(207,233,69); }
H1.HeaderClassName
{
color: #CFE945;
}
.AnyTagClassName
{
color: #CFE945;
}
</style>
background-color css
<style>
a { background-color: #CFE945; }
a { background-color: rgb(207,233,69); }
div.DivClassName
{
background-color: #CFE945;
}
.BgClassName
{
background-color: #CFE945;
}
</style>
border-color css
<style>
span { border-color: #CFE945; }
span { border-color: rgb(207,233,69); }
td.TdClassName
{
border-color: #CFE945;
}
.TagClassName
{
border-color: #CFE945;
}
</style>