Shades of Pear #CFF147
Tints of Pear #CFF147
RGB
CMYK
RGB Variations
Color information
#CFF147 (or 0xCFF147) is known color: Pear. HEX triplet: CF, F1 and 47. RGB value is (207,241,71). Sum of RGB (Red+Green+Blue) = 207+241+71=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 241 (94.53% from 255 or 46.44% from 519); Blue value is 71 (28.12% from 255 or 13.68% from 519); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF147 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF147 is #300EB8. Grayscale: #D4D4D4. Windows color (decimal): -3149497 or 4714959. OLE color: 4714959.
HSL color Cylindrical-coordinate representation of color #CFF147: hue angle of 72º degrees, saturation: 0.86, 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 #CFF147 is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 241 | 71 | - |
| CMYK | 0.14 | 0 | 0.71 | 0.05 |
| HSL | 72º | 0.86% | 0.61% | - |
| HSV(B) | 72º | 0.71% | 0.95% | - |
| XYZ | 58.32 | 76.63 | 17.68 | - |
| YUV | 211.45 | 48.74 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 241 | 71 | 0.14 | 0 | 0.71 | 0.05 | 72 | 0.86 | 0.61 |
| Hex | CF | F1 | 47 | E | 0 | 47 | 5 | 48 | 56 | 3D |
| Octal | 317 | 361 | 107 | 16 | 0 | 107 | 5 | 110 | 126 | 75 |
| Binary | 11001111 | 11110001 | 1000111 | 1110 | 0 | 1000111 | 101 | 1001000 | 1010110 | 111101 |
Color Harmonies of #CFF147
Complementary color
Monochromatic Colors of #CFF147
Black with #CFF147
Text Example
Text Example
White with #CFF147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF147; }
p { color: rgb(207,241,71); }
H1.HeaderClassName
{
color: #CFF147;
}
.AnyTagClassName
{
color: #CFF147;
}
</style>
background-color css
<style>
a { background-color: #CFF147; }
a { background-color: rgb(207,241,71); }
div.DivClassName
{
background-color: #CFF147;
}
.BgClassName
{
background-color: #CFF147;
}
</style>
border-color css
<style>
span { border-color: #CFF147; }
span { border-color: rgb(207,241,71); }
td.TdClassName
{
border-color: #CFF147;
}
.TagClassName
{
border-color: #CFF147;
}
</style>