Shades of Pear #CFF247
Tints of Pear #CFF247
RGB
CMYK
RGB Variations
Color information
#CFF247 (or 0xCFF247) is known color: Pear. HEX triplet: CF, F2 and 47. RGB value is (207,242,71). Sum of RGB (Red+Green+Blue) = 207+242+71=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 242 (94.92% from 255 or 46.54% from 520); Blue value is 71 (28.12% from 255 or 13.65% from 520); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF247 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF247 is #300DB8. Grayscale: #D4D4D4. Windows color (decimal): -3149241 or 4715215. OLE color: 4715215.
HSL color Cylindrical-coordinate representation of color #CFF247: hue angle of 72.28º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CFF247 is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 242 | 71 | - |
| CMYK | 0.14 | 0 | 0.71 | 0.05 |
| HSL | 72.28º | 0.87% | 0.61% | - |
| HSV(B) | 72.28º | 0.71% | 0.95% | - |
| XYZ | 58.62 | 77.22 | 17.78 | - |
| YUV | 212.04 | 48.4 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 71 | 0.14 | 0 | 0.71 | 0.05 | 72.28 | 0.87 | 0.61 |
| Hex | CF | F2 | 47 | E | 0 | 47 | 5 | 48 | 57 | 3D |
| Octal | 317 | 362 | 107 | 16 | 0 | 107 | 5 | 110 | 127 | 75 |
| Binary | 11001111 | 11110010 | 1000111 | 1110 | 0 | 1000111 | 101 | 1001000 | 1010111 | 111101 |
Color Harmonies of #CFF247
Complementary color
Monochromatic Colors of #CFF247
Black with #CFF247
Text Example
Text Example
White with #CFF247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF247; }
p { color: rgb(207,242,71); }
H1.HeaderClassName
{
color: #CFF247;
}
.AnyTagClassName
{
color: #CFF247;
}
</style>
background-color css
<style>
a { background-color: #CFF247; }
a { background-color: rgb(207,242,71); }
div.DivClassName
{
background-color: #CFF247;
}
.BgClassName
{
background-color: #CFF247;
}
</style>
border-color css
<style>
span { border-color: #CFF247; }
span { border-color: rgb(207,242,71); }
td.TdClassName
{
border-color: #CFF247;
}
.TagClassName
{
border-color: #CFF247;
}
</style>