Shades of Pear #CFF547
Tints of Pear #CFF547
RGB
CMYK
RGB Variations
Color information
#CFF547 (or 0xCFF547) is known color: Pear. HEX triplet: CF, F5 and 47. RGB value is (207,245,71). Sum of RGB (Red+Green+Blue) = 207+245+71=523 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.58% from 523); Green value is 245 (96.09% from 255 or 46.85% from 523); Blue value is 71 (28.12% from 255 or 13.58% from 523); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF547 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF547 is #300AB8. Grayscale: #D6D6D6. Windows color (decimal): -3148473 or 4715983. OLE color: 4715983.
HSL color Cylindrical-coordinate representation of color #CFF547: hue angle of 73.1º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CFF547 is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 245 | 71 | - |
| CMYK | 0.16 | 0 | 0.71 | 0.04 |
| HSL | 73.1º | 0.9% | 0.62% | - |
| HSV(B) | 73.1º | 0.71% | 0.96% | - |
| XYZ | 59.52 | 79.03 | 18.08 | - |
| YUV | 213.8 | 47.41 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 245 | 71 | 0.16 | 0 | 0.71 | 0.04 | 73.1 | 0.9 | 0.62 |
| Hex | CF | F5 | 47 | 10 | 0 | 47 | 4 | 49 | 5A | 3E |
| Octal | 317 | 365 | 107 | 20 | 0 | 107 | 4 | 111 | 132 | 76 |
| Binary | 11001111 | 11110101 | 1000111 | 10000 | 0 | 1000111 | 100 | 1001001 | 1011010 | 111110 |
Color Harmonies of #CFF547
Complementary color
Monochromatic Colors of #CFF547
Black with #CFF547
Text Example
Text Example
White with #CFF547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF547; }
p { color: rgb(207,245,71); }
H1.HeaderClassName
{
color: #CFF547;
}
.AnyTagClassName
{
color: #CFF547;
}
</style>
background-color css
<style>
a { background-color: #CFF547; }
a { background-color: rgb(207,245,71); }
div.DivClassName
{
background-color: #CFF547;
}
.BgClassName
{
background-color: #CFF547;
}
</style>
border-color css
<style>
span { border-color: #CFF547; }
span { border-color: rgb(207,245,71); }
td.TdClassName
{
border-color: #CFF547;
}
.TagClassName
{
border-color: #CFF547;
}
</style>