Shades of Pear #CFF649
Tints of Pear #CFF649
RGB
CMYK
RGB Variations
Color information
#CFF649 (or 0xCFF649) is known color: Pear. HEX triplet: CF, F6 and 49. RGB value is (207,246,73). Sum of RGB (Red+Green+Blue) = 207+246+73=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 246 (96.48% from 255 or 46.77% from 526); Blue value is 73 (28.91% from 255 or 13.88% from 526); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF649 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF649 is #3009B6. Grayscale: #D7D7D7. Windows color (decimal): -3148215 or 4847311. OLE color: 4847311.
HSL color Cylindrical-coordinate representation of color #CFF649: hue angle of 73.53º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CFF649 is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 246 | 73 | - |
| CMYK | 0.16 | 0 | 0.70 | 0.04 |
| HSL | 73.53º | 0.91% | 0.63% | - |
| HSV(B) | 73.53º | 0.7% | 0.96% | - |
| XYZ | 59.89 | 79.66 | 18.52 | - |
| YUV | 214.62 | 48.08 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 246 | 73 | 0.16 | 0 | 0.70 | 0.04 | 73.53 | 0.91 | 0.63 |
| Hex | CF | F6 | 49 | 10 | 0 | 46 | 4 | 4A | 5B | 3F |
| Octal | 317 | 366 | 111 | 20 | 0 | 106 | 4 | 112 | 133 | 77 |
| Binary | 11001111 | 11110110 | 1001001 | 10000 | 0 | 1000110 | 100 | 1001010 | 1011011 | 111111 |
Color Harmonies of #CFF649
Complementary color
Monochromatic Colors of #CFF649
Black with #CFF649
Text Example
Text Example
White with #CFF649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF649; }
p { color: rgb(207,246,73); }
H1.HeaderClassName
{
color: #CFF649;
}
.AnyTagClassName
{
color: #CFF649;
}
</style>
background-color css
<style>
a { background-color: #CFF649; }
a { background-color: rgb(207,246,73); }
div.DivClassName
{
background-color: #CFF649;
}
.BgClassName
{
background-color: #CFF649;
}
</style>
border-color css
<style>
span { border-color: #CFF649; }
span { border-color: rgb(207,246,73); }
td.TdClassName
{
border-color: #CFF649;
}
.TagClassName
{
border-color: #CFF649;
}
</style>