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