Shades of Pear #CFE745
Tints of Pear #CFE745
RGB
CMYK
RGB Variations
Color information
#CFE745 (or 0xCFE745) is known color: Pear. HEX triplet: CF, E7 and 45. RGB value is (207,231,69). Sum of RGB (Red+Green+Blue) = 207+231+69=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 231 (90.62% from 255 or 45.56% from 507); Blue value is 69 (27.34% from 255 or 13.61% from 507); Max value from RGB is 231 - color contains mainly: green. Hex color #CFE745 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFE745 is #3018BA. Grayscale: #CDCDCD. Windows color (decimal): -3152059 or 4581327. OLE color: 4581327.
HSL color Cylindrical-coordinate representation of color #CFE745: hue angle of 68.89º degrees, saturation: 0.77, 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 #CFE745 is Cyan = 0.10, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 231 | 69 | - |
| CMYK | 0.10 | 0 | 0.70 | 0.09 |
| HSL | 68.89º | 0.77% | 0.59% | - |
| HSV(B) | 68.89º | 0.7% | 0.91% | - |
| XYZ | 55.38 | 70.85 | 16.39 | - |
| YUV | 205.36 | 51.05 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 231 | 69 | 0.10 | 0 | 0.70 | 0.09 | 68.89 | 0.77 | 0.59 |
| Hex | CF | E7 | 45 | A | 0 | 46 | 9 | 45 | 4D | 3B |
| Octal | 317 | 347 | 105 | 12 | 0 | 106 | 11 | 105 | 115 | 73 |
| Binary | 11001111 | 11100111 | 1000101 | 1010 | 0 | 1000110 | 1001 | 1000101 | 1001101 | 111011 |
Color Harmonies of #CFE745
Complementary color
Monochromatic Colors of #CFE745
Black with #CFE745
Text Example
Text Example
White with #CFE745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE745; }
p { color: rgb(207,231,69); }
H1.HeaderClassName
{
color: #CFE745;
}
.AnyTagClassName
{
color: #CFE745;
}
</style>
background-color css
<style>
a { background-color: #CFE745; }
a { background-color: rgb(207,231,69); }
div.DivClassName
{
background-color: #CFE745;
}
.BgClassName
{
background-color: #CFE745;
}
</style>
border-color css
<style>
span { border-color: #CFE745; }
span { border-color: rgb(207,231,69); }
td.TdClassName
{
border-color: #CFE745;
}
.TagClassName
{
border-color: #CFE745;
}
</style>