Shades of Pear #CFF646
Tints of Pear #CFF646
RGB
CMYK
RGB Variations
Color information
#CFF646 (or 0xCFF646) is known color: Pear. HEX triplet: CF, F6 and 46. RGB value is (207,246,70). Sum of RGB (Red+Green+Blue) = 207+246+70=523 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.58% from 523); Green value is 246 (96.48% from 255 or 47.04% from 523); Blue value is 70 (27.73% from 255 or 13.38% from 523); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF646 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF646 is #3009B9. Grayscale: #D6D6D6. Windows color (decimal): -3148218 or 4650703. OLE color: 4650703.
HSL color Cylindrical-coordinate representation of color #CFF646: hue angle of 73.3º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CFF646 is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 246 | 70 | - |
| CMYK | 0.16 | 0 | 0.72 | 0.04 |
| HSL | 73.3º | 0.91% | 0.62% | - |
| HSV(B) | 73.3º | 0.72% | 0.96% | - |
| XYZ | 59.79 | 79.62 | 18.01 | - |
| YUV | 214.28 | 46.58 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 246 | 70 | 0.16 | 0 | 0.72 | 0.04 | 73.3 | 0.91 | 0.62 |
| Hex | CF | F6 | 46 | 10 | 0 | 48 | 4 | 49 | 5B | 3E |
| Octal | 317 | 366 | 106 | 20 | 0 | 110 | 4 | 111 | 133 | 76 |
| Binary | 11001111 | 11110110 | 1000110 | 10000 | 0 | 1001000 | 100 | 1001001 | 1011011 | 111110 |
Color Harmonies of #CFF646
Complementary color
Monochromatic Colors of #CFF646
Black with #CFF646
Text Example
Text Example
White with #CFF646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF646; }
p { color: rgb(207,246,70); }
H1.HeaderClassName
{
color: #CFF646;
}
.AnyTagClassName
{
color: #CFF646;
}
</style>
background-color css
<style>
a { background-color: #CFF646; }
a { background-color: rgb(207,246,70); }
div.DivClassName
{
background-color: #CFF646;
}
.BgClassName
{
background-color: #CFF646;
}
</style>
border-color css
<style>
span { border-color: #CFF646; }
span { border-color: rgb(207,246,70); }
td.TdClassName
{
border-color: #CFF646;
}
.TagClassName
{
border-color: #CFF646;
}
</style>