Shades of Pear #CFF748
Tints of Pear #CFF748
RGB
CMYK
RGB Variations
Color information
#CFF748 (or 0xCFF748) is known color: Pear. HEX triplet: CF, F7 and 48. RGB value is (207,247,72). Sum of RGB (Red+Green+Blue) = 207+247+72=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 247 (96.88% from 255 or 46.96% from 526); Blue value is 72 (28.52% from 255 or 13.69% from 526); Max value from RGB is 247 - color contains mainly: green. Hex color #CFF748 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF748 is #3008B7. Grayscale: #D7D7D7. Windows color (decimal): -3147960 or 4782031. OLE color: 4782031.
HSL color Cylindrical-coordinate representation of color #CFF748: hue angle of 73.71º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CFF748 is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 247 | 72 | - |
| CMYK | 0.16 | 0 | 0.71 | 0.03 |
| HSL | 73.71º | 0.92% | 0.63% | - |
| HSV(B) | 73.71º | 0.71% | 0.97% | - |
| XYZ | 60.16 | 80.25 | 18.45 | - |
| YUV | 215.09 | 47.25 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 247 | 72 | 0.16 | 0 | 0.71 | 0.03 | 73.71 | 0.92 | 0.63 |
| Hex | CF | F7 | 48 | 10 | 0 | 47 | 3 | 4A | 5C | 3F |
| Octal | 317 | 367 | 110 | 20 | 0 | 107 | 3 | 112 | 134 | 77 |
| Binary | 11001111 | 11110111 | 1001000 | 10000 | 0 | 1000111 | 11 | 1001010 | 1011100 | 111111 |
Color Harmonies of #CFF748
Complementary color
Monochromatic Colors of #CFF748
Black with #CFF748
Text Example
Text Example
White with #CFF748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF748; }
p { color: rgb(207,247,72); }
H1.HeaderClassName
{
color: #CFF748;
}
.AnyTagClassName
{
color: #CFF748;
}
</style>
background-color css
<style>
a { background-color: #CFF748; }
a { background-color: rgb(207,247,72); }
div.DivClassName
{
background-color: #CFF748;
}
.BgClassName
{
background-color: #CFF748;
}
</style>
border-color css
<style>
span { border-color: #CFF748; }
span { border-color: rgb(207,247,72); }
td.TdClassName
{
border-color: #CFF748;
}
.TagClassName
{
border-color: #CFF748;
}
</style>