Shades of Pear #CFFE49
Tints of Pear #CFFE49
RGB
CMYK
RGB Variations
Color information
#CFFE49 (or 0xCFFE49) is known color: Pear. HEX triplet: CF, FE and 49. RGB value is (207,254,73). Sum of RGB (Red+Green+Blue) = 207+254+73=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 254 (99.61% from 255 or 47.57% from 534); Blue value is 73 (28.91% from 255 or 13.67% from 534); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFE49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFFE49 is #3001B6. Grayscale: #DBDBDB. Windows color (decimal): -3146167 or 4849359. OLE color: 4849359.
HSL color Cylindrical-coordinate representation of color #CFFE49: hue angle of 75.58º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CFFE49 is Cyan = 0.19, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 254 | 73 | - |
| CMYK | 0.19 | 0 | 0.71 | 0.00 |
| HSL | 75.58º | 0.99% | 0.64% | - |
| HSV(B) | 75.58º | 0.71% | 1% | - |
| XYZ | 62.38 | 84.63 | 19.35 | - |
| YUV | 219.31 | 45.43 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 254 | 73 | 0.19 | 0 | 0.71 | 0.00 | 75.58 | 0.99 | 0.64 |
| Hex | CF | FE | 49 | 13 | 0 | 47 | 0 | 4C | 63 | 40 |
| Octal | 317 | 376 | 111 | 23 | 0 | 107 | 0 | 114 | 143 | 100 |
| Binary | 11001111 | 11111110 | 1001001 | 10011 | 0 | 1000111 | 0 | 1001100 | 1100011 | 1000000 |
Color Harmonies of #CFFE49
Complementary color
Monochromatic Colors of #CFFE49
Black with #CFFE49
Text Example
Text Example
White with #CFFE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFE49; }
p { color: rgb(207,254,73); }
H1.HeaderClassName
{
color: #CFFE49;
}
.AnyTagClassName
{
color: #CFFE49;
}
</style>
background-color css
<style>
a { background-color: #CFFE49; }
a { background-color: rgb(207,254,73); }
div.DivClassName
{
background-color: #CFFE49;
}
.BgClassName
{
background-color: #CFFE49;
}
</style>
border-color css
<style>
span { border-color: #CFFE49; }
span { border-color: rgb(207,254,73); }
td.TdClassName
{
border-color: #CFFE49;
}
.TagClassName
{
border-color: #CFFE49;
}
</style>