Shades of Pear #CFF246
Tints of Pear #CFF246
RGB
CMYK
RGB Variations
Color information
#CFF246 (or 0xCFF246) is known color: Pear. HEX triplet: CF, F2 and 46. RGB value is (207,242,70). Sum of RGB (Red+Green+Blue) = 207+242+70=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 242 (94.92% from 255 or 46.63% from 519); Blue value is 70 (27.73% from 255 or 13.49% from 519); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF246 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF246 is #300DB9. Grayscale: #D4D4D4. Windows color (decimal): -3149242 or 4649679. OLE color: 4649679.
HSL color Cylindrical-coordinate representation of color #CFF246: hue angle of 72.21º 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 #CFF246 is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 242 | 70 | - |
| CMYK | 0.14 | 0 | 0.71 | 0.05 |
| HSL | 72.21º | 0.87% | 0.61% | - |
| HSV(B) | 72.21º | 0.71% | 0.95% | - |
| XYZ | 58.59 | 77.21 | 17.61 | - |
| YUV | 211.93 | 47.9 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 70 | 0.14 | 0 | 0.71 | 0.05 | 72.21 | 0.87 | 0.61 |
| Hex | CF | F2 | 46 | E | 0 | 47 | 5 | 48 | 57 | 3D |
| Octal | 317 | 362 | 106 | 16 | 0 | 107 | 5 | 110 | 127 | 75 |
| Binary | 11001111 | 11110010 | 1000110 | 1110 | 0 | 1000111 | 101 | 1001000 | 1010111 | 111101 |
Color Harmonies of #CFF246
Complementary color
Monochromatic Colors of #CFF246
Black with #CFF246
Text Example
Text Example
White with #CFF246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF246; }
p { color: rgb(207,242,70); }
H1.HeaderClassName
{
color: #CFF246;
}
.AnyTagClassName
{
color: #CFF246;
}
</style>
background-color css
<style>
a { background-color: #CFF246; }
a { background-color: rgb(207,242,70); }
div.DivClassName
{
background-color: #CFF246;
}
.BgClassName
{
background-color: #CFF246;
}
</style>
border-color css
<style>
span { border-color: #CFF246; }
span { border-color: rgb(207,242,70); }
td.TdClassName
{
border-color: #CFF246;
}
.TagClassName
{
border-color: #CFF246;
}
</style>